Searched refs:place (Results 1 - 25 of 59) sorted by relevance

123

/external/openssh/openbsd-compat/
H A Dgetopt.c64 static char *place = EMSG; /* option letter processing */ local
70 if (BSDoptreset || !*place) { /* update scanning pointer */
72 if (BSDoptind >= nargc || *(place = nargv[BSDoptind]) != '-') {
73 place = EMSG;
76 if (place[1] && *++place == '-') { /* found "--" */
78 place = EMSG;
82 if ((BSDoptopt = (int)*place++) == (int)':' ||
90 if (!*place)
99 if (!*place)
[all...]
H A Dbsd-snprintf.c65 * put the ifdef for HAVE_VA_COPY in one place rather than in lots of
519 int place = 0; local
544 convert[place++] =
548 } while(uvalue && (place < 20));
549 if (place == 20) place--;
550 convert[place] = 0;
552 zpadlen = max - place;
553 spadlen = min - MAX (max, place) - (signvalue ? 1 : 0);
564 printf("zpad: %d, spad: %d, min: %d, max: %d, place
[all...]
/external/oprofile/module/
H A Dop_dcache.h64 char * place = op_pool_pos; local
68 strcpy(place, str);
70 return place - op_pool_start;
/external/clang/test/CXX/temp/temp.param/
H A Dp15-cxx0x.cpp59 enum place { _ }; enum in namespace:ParameterPackExpansions
60 template<place...> struct places {};
63 template<place...X1, place...X2>
75 template<place> struct inner { typedef T type; };
79 template<place...X> struct takedrop_impl<places<X...>> {
81 template<place > class ...Drop>
/external/libvorbis/examples/
H A Dframeview.pl189 place(-x=>10,-y=>36,-relwidth=>1.0,-relheight=>1.0,
193 place(-x=>-1,-y=>-1,-relx=>1.0,-rely=>1.0,-anchor=>'se');
196 place(-x=>5,-y=>5,-anchor=>'nw');
200 place(-x=>10,-y=>36,-relwidth=>1.0,-relheight=>1.0,
204 place(-x=>5,-y=>5,-anchor=>'nw');
209 place(-x=>-5,-relx=>1.,-y=>$panely,-anchor=>'ne');
216 place(-x=>5,-y=>-5,-rely=>1.,-relwidth=>.2,-width=>-5,-anchor=>'sw');
220 place(-x=>-5,-y=>-5,-relwidth=>.2,-rely=>1.,-width=>-5,-relx=>1.,-anchor=>'se');
224 place(-x=>5,-y=>-5,-relwidth=>.3,-width=>-7,-rely=>1.,-relx=>.2,-anchor=>'sw');
228 place(
[all...]
/external/smali/baksmali/src/main/java/org/jf/baksmali/
H A Ddump.java56 dexFile.place();
/external/openssl/crypto/bio/
H A Db_print.c488 int place = 0; local
512 convert[place++] =
516 } while (uvalue && (place < (int)sizeof(convert)));
517 if (place == sizeof(convert))
518 place--;
519 convert[place] = 0;
521 zpadlen = max - place;
522 spadlen = min - OSSL_MAX(max, place) - (signvalue ? 1 : 0) - strlen(prefix);
558 while (place > 0)
559 doapr_outch(sbuffer, buffer, currlen, maxlen, convert[--place]);
[all...]
/external/srec/srec/cfront/
H A Dhimul32.h51 mulhw r3, factor1, factor2 # place the high order 32 bits of the product in the return register r3
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DClassDataItem.java171 offset = encodedField.place(offset, previousEncodedField);
177 offset = encodedField.place(offset, previousEncodedField);
183 offset = encodedMethod.place(offset, previousEncodedMethod);
189 offset = encodedMethod.place(offset, previousEncodedMethod);
468 private int place(int offset, EncodedField previousEncodedField) { method in class:ClassDataItem.EncodedField
589 private int place(int offset, EncodedMethod previousEncodedMethod) { method in class:ClassDataItem.EncodedMethod
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DOffsettedItem.java223 public final int place(Section addedTo, int offset) { method in class:OffsettedItem
H A DUniformListItem.java183 offset = i.place(addedTo, offset) + size;
H A DMixedItemSection.java287 * will call {@link OffsettedItem#place} on each item. If an item
288 * does not know its write size before the call to {@code place},
312 int placedAt = one.place(this, outAt);
315 throw new RuntimeException("bogus place() result for " +
/external/webkit/Tools/Scripts/
H A Dupdate-webkit-support-libs140 and place it in:
/external/bison/src/
H A Dtables.c773 base_number place; local
777 place = pack_vector (i);
780 place = base[s];
782 pos[i] = place;
783 base[order[i]] = place;
/external/openssl/crypto/bn/asm/
H A Dmips-mont.s45 sub $29,2*4 # place for two extra words
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemNumber.java1939 int place = 0;
1945 while (val >= m_romanConvertTable[place].m_postValue)
1947 roman += m_romanConvertTable[place].m_postLetter;
1948 val -= m_romanConvertTable[place].m_postValue;
1953 if (val >= m_romanConvertTable[place].m_preValue)
1955 roman += m_romanConvertTable[place].m_preLetter;
1956 val -= m_romanConvertTable[place].m_preValue;
1960 place++;
/external/smali/smali/src/main/java/org/jf/smali/
H A Dmain.java210 dexFile.place();
259 dexFile.place();
/external/valgrind/main/exp-sgcheck/
H A Dpc_common.c351 Char *place, *legit, *how_invalid; local
387 if (cmp < 0) place = "before";
388 else if (cmp == 0) place = "inside";
389 else place = "after";
404 a, miss_size, place );
420 a, miss_size, place );
/external/netperf/
H A Dnetlib.c354 static char *place = EMSG; /* option letter processing */
357 if (!*place) {
359 if (optind >= argc || *(place = argv[optind]) != '-' || !*++place) {
362 if (*place == '-') {
365 place = EMSG ; /* Added by shiva for Netperf */
371 if ((optopt = (int)*place++) == (int)':'
373 if (!*place) {
382 if (!*place)
386 if (*place) {
351 static char *place = EMSG; /* option letter processing */ local
[all...]
/external/mesa3d/docs/
H A DMESA_ycbcr_texture.spec38 operations take place. Only 2D texture images are supported (not
201 3 September 2003 - further clarify when YCbCr->RGB conversion takes place
/external/llvm/lib/Support/Unix/
H A DProgram.inc204 // If stdout and stderr should go to the same place, redirect stderr
254 // If stdout and stderr should go to the same place, redirect stderr
H A DSignals.inc198 // have to call it on every entry. If it remains in place, we only need to
/external/grub/netboot/
H A Dtlan.c443 u8 place; local
450 for ( place = 0x80; place != 0; place >>= 1 ) {
451 if ( place & data )
500 u8 place; local
509 for ( place = 0x80; place; place >>= 1 ) {
512 *data |= place;
[all...]
/external/libvorbis/doc/
H A DVorbis_I_spec.tex45 % left to the typesetting engine to place them in the "optimal" spot. These
/external/llvm/lib/Support/Windows/
H A DProgram.inc257 // If stdout and stderr should go to the same place, redirect stderr

Completed in 759 milliseconds

123