Searched refs:place (Results 1 - 25 of 56) 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/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.s43 sub $29,2*4 # place for two extra words
H A Darmv4-mont.s132 .Lcopy: ldr r7,[r1],#4 @ copy or in-place refresh
H A Dppc-mont.pl306 Lcopy: ; copy or in-place refresh
/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/qemu/android/
H A Dandroid-device.c1080 /* Create data transfer descriptor, and place it at the end of the list. */
1083 AsyncSendBuffer** place = &adsevent->send_pending; local
1084 while (*place != NULL) {
1085 place = &((*place)->next);
1087 *place = desc;
/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
/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/llvm/lib/Support/Windows/
H A DProgram.inc257 // If stdout and stderr should go to the same place, redirect stderr
/external/linux-tools-perf/util/
H A Dprobe-event.c1469 char *place; local
1472 place = synthesize_perf_probe_point(&pev->point);
1473 if (!place)
1480 printf(" %-20s (on %s", buf, place);
1493 free(place);

Completed in 635 milliseconds

123