Searched refs:place (Results 1 – 25 of 54) sorted by relevance
123
592 int signvalue = 0, place = 0, caps = 0; in fmtint() local616 convert[place++] = in fmtint()620 } while (uvalue && (place < 20)); in fmtint()621 if (place == 20) in fmtint()622 place--; in fmtint()623 convert[place] = 0; in fmtint()625 zpadlen = max - place; in fmtint()626 spadlen = min - PADMAX(max, place) - (signvalue ? 1 : 0); in fmtint()657 while (place > 0) in fmtint()658 dopr_outch(buffer, currlen, maxlen, convert[--place]); in fmtint()
31 self.place(x, y)41 def place(self, x, y): member in Queens
155 Method(_PS3,0,Serialized) // place device into D3H state182 Method(_PS3,0,Serialized) // place device into D3H state
17 the last place (1 ulp) from what it should be. (Bug discovered by Paul
144 and `-all' is all functions. A function set can be used in place of a
162 the `*' symbol is used in place of the name of a specific target, such as163 `386-Win32-gcc' or `SPARC-Solaris-gcc', or in place of some other text, as
17 A central place for information about PCCTS 1.33 is:94 For C++ users place the following elements in the library:
153 place where the following directives may appear:
14 A central place for information about PCCTS 1.33 is:82 For C++ users place the following elements in the library:
210 place where the following directives may appear:
12 …type f -name '*.h' -exec sed --regexp-extended --file=fix_type_in_xen_includes.sed --in-place {} \;
47 Select a place where the Python modules that constitute the FAQ wizard108 you for each FAQ, where you place the copy of faqcust.py for that FAQ,
48 # be modified in place (default: 256 bytes)
15 To declare your library to the framework, you must place a file with a .xml
68 - Used in place of file names to get input from standard
99 to place the Tcl and Tk library files in the distributed setup, and104 <root>/bin/windows-x86 and will place your Tcl library files 179 section to declare a library path using sys.path, and place the modules
103 MyClassClient, it would actually be better to place it in a separate
83 …AVE_CHANGES_HELP #language en-US "Must reboot system manually for changes to take place."
647 #define Unexpected(place) if (setjmp(lab)!=0) croak(place)717 Void croak ARGS((int place));934 croak(int place)936 printf("*** Unexpected signal at point %d\n", place);
225 a descending run in-place, transforming a descending run into an ascending277 to get 64 elements into place).287 place, and r < minrun is small compared to N), or q a little larger than a315 So merging is always done on two consecutive runs at a time, and in-place,381 Merging adjacent runs of lengths A and B in-place is very difficult.
228 a descending run in-place, transforming a descending run into an ascending280 to get 64 elements into place).290 place, and r < minrun is small compared to N), or q a little larger than a318 So merging is always done on two consecutive runs at a time, and in-place,384 Merging adjacent runs of lengths A and B in-place, and in linear time, is
1198 int place, border; in form_show_form() local1200 if (!PyArg_Parse(args, "(iis)", &place, &border, &name)) in form_show_form()1202 fl_show_form(f->ob_form, place, border, name); in form_show_form()
263 data in such order, where code is grouped in one place and data is 264 grouped in other place (it's better than such mixing: code, data, code,