Keyboard Shortcuts

File
u :up to issue
m :publish + mail comments
M :edit review message
j / k :jump to file after / before current file
J / K :jump to next file with a comment after / before current file
Side-by-side diff
i :toggle intra-line diffs
e :expand all comments
c :collapse all comments
s :toggle showing all comments
n / p :next / previous diff chunk or comment
N / P :next / previous comment
<Up> / <Down> :next / previous line
<Enter> :respond to / edit current comment
d :mark current comment as done
Issue
u :up to list of issues
m :publish + mail comments
j / k :jump to patch after / before current patch
o / <Enter> :open current patch in side-by-side view
i :open current patch in unified diff view
Issue List
j / k :jump to issue after / before current issue
o / <Enter> :open current issue
# : close issue
Comment/message editing
<Ctrl> + s or <Ctrl> + Enter :save comment
<Esc> :cancel edit
Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(68)
Issues Repositories Search
Open Issues | Closed Issues | All Issues | Sign in with your Google Account to create issues and add comments

Delta Between Two Patch Sets: src/pkg/runtime/runtime.h

Issue 2273041: code review 2273041: Initial Plan9 runtime support for 386. (Closed)
Left Patch Set: code review 2273041: Initial Plan9 runtime support for 386. Created 15 years, 2 months ago
Right Patch Set: code review 2273041: Initial Plan9 runtime support for 386. Created 15 years, 1 month ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « src/pkg/runtime/plan9/thread.c ('k') | src/pkg/runtime/runtime.c » ('j') | no next file with change/comment »
('i') | ('e') | ('c') | ('s')
LEFTRIGHT
(Both sides are equal)
1 // Copyright 2009 The Go Authors. All rights reserved. 1 // Copyright 2009 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style 2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file. 3 // license that can be found in the LICENSE file.
4 4
5 /* 5 /*
6 * basic types 6 * basic types
7 */ 7 */
8 typedef signed char int8; 8 typedef signed char int8;
9 typedef unsigned char uint8; 9 typedef unsigned char uint8;
10 typedef signed short int16; 10 typedef signed short int16;
(...skipping 585 matching lines...) | | Loading...
596 596
597 Hchan* makechan(Type*, int64); 597 Hchan* makechan(Type*, int64);
598 void chansend(Hchan*, void*, bool*); 598 void chansend(Hchan*, void*, bool*);
599 void chanrecv(Hchan*, void*, bool*); 599 void chanrecv(Hchan*, void*, bool*);
600 void chanclose(Hchan*); 600 void chanclose(Hchan*);
601 bool chanclosed(Hchan*); 601 bool chanclosed(Hchan*);
602 int32 chanlen(Hchan*); 602 int32 chanlen(Hchan*);
603 int32 chancap(Hchan*); 603 int32 chancap(Hchan*);
604 604
605 void ifaceE2I(struct InterfaceType*, Eface, Iface*); 605 void ifaceE2I(struct InterfaceType*, Eface, Iface*);
LEFTRIGHT
« src/pkg/runtime/plan9/thread.c ('k') | src/pkg/runtime/runtime.c » ('j') | ('i') | ('e') | ('c') | ('s')
Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b

AltStyle によって変換されたページ (->オリジナル) /