HomeSort by relevance Sort by last modified time
    Searched defs:where (Results 151 - 175 of 486) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
nfs_prot.h 190 diropargs where; member in struct:createargs
  /toolchain/binutils/binutils-2.27/bfd/
elfcode.h 611 file_ptr where = (file_ptr) i_ehdrp->e_shoff;
614 if (bfd_seek (abfd, where, SEEK_SET) != 0)
659 where += (i_ehdrp->e_shnum - 1) * sizeof (x_shdr);
660 if ((bfd_size_type) where <= i_ehdrp->e_shoff)
663 if (bfd_seek (abfd, where, SEEK_SET) != 0)
668 /* Back to where we were. */
669 where = i_ehdrp->e_shoff + sizeof (x_shdr);
670 if (bfd_seek (abfd, where, SEEK_SET) != 0)
609 file_ptr where = (file_ptr) i_ehdrp->e_shoff; local
    [all...]
srec.c 50 Where
146 bfd_vma where; member in struct:srec_data_list_struct
916 entry->where = section->lma + offset / opb;
922 && entry->where >= tdata->tail->where)
933 *look != NULL && (*look)->where < entry->where;
1050 address = list->where + octets_written / bfd_octets_per_byte (abfd);
    [all...]
tekhex.c 57 Where
241 bfd_vma where; member in struct:tekhex_data_list_struct
  /toolchain/binutils/binutils-2.27/binutils/
coffgrok.h 85 /* Vector which maps where in each output section
163 int offset; /* Where. */
199 } where; member in struct:coff_where
212 struct coff_where * where; member in struct:coff_symbol
  /toolchain/binutils/binutils-2.27/gas/config/
tc-avr.c 725 where xx is: hh, hi, lo. */
852 int where,
1142 int where = frag - frag_now->fr_literal; local
1298 unsigned char *where; local
1953 int where; local
    [all...]
tc-d10v.c 610 int i, where; local
621 where = f - frag_now->fr_literal;
623 where += 2;
629 where,
647 int i, where; local
666 where = f - frag_now->fr_literal;
668 where += 2;
679 where,
967 int i, j, where; local
1076 where = f - frag_now->fr_literal
1496 char *where; local
    [all...]
tc-h8300.c 1339 int where; local
1743 int where = 0; local
2081 char *where = frag_more (2); local
    [all...]
tc-m32c.c 257 /* [abs] where abs is not a0 or a1 */
573 int where = fragP->fr_opcode - fragP->fr_literal;
600 return subtype_mappings[fragP->fr_subtype].bytes - (fragP->fr_fix - where);
630 int where = fragP->fr_opcode - fragP->fr_literal;
635 addend = target_address_for (fragP) - (fragP->fr_address + where);
637 fragP->fr_fix = where + subtype_mappings[fragP->fr_subtype].bytes;
654 where += 2;
663 where += 2;
681 where += 3;
690 where += 3
570 int where = fragP->fr_opcode - fragP->fr_literal; local
627 int where = fragP->fr_opcode - fragP->fr_literal; local
    [all...]
tc-xgate.c 651 char *where; local
665 where = fixP->fx_frag->fr_literal + fixP->fx_where;
666 opcode = bfd_getl16 (where);
686 number_to_chars_bigendian (where, (opcode | value), 2);
703 number_to_chars_bigendian (where, (opcode | value), 2);
711 bfd_putb16 ((bfd_vma) value | opcode, (void *) where);
719 bfd_putb16 ((bfd_vma) value | opcode, (void *) where);
726 number_to_chars_bigendian (where, (opcode | value), 2);
733 number_to_chars_bigendian (where, (opcode | value), 2);
740 number_to_chars_bigendian (where, (opcode | value), 2)
1113 int where = frag - frag_now->fr_literal; local
    [all...]
tc-z8k.c 1265 char *where = frag_more (2); local
1267 where[0] = 0x0;
1268 where[1] = 0x0;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lparser.c 87 const char *where = (line == 0) local
91 what, limit, where);
126 static void check_match (LexState *ls, int what, int who, int where) {
128 if (where == ls->linenumber)
133 luaX_token2str(ls, what), luaX_token2str(ls, who), where));
257 Mark block where variable at given level was defined
1035 ** where `binop' is any binary operator with a priority higher than `limit'
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bytearrayobject.c 2217 Py_ssize_t where, n = Py_SIZE(self); local
2357 Py_ssize_t where = -1, n = Py_SIZE(self); local
2392 Py_ssize_t where, n = Py_SIZE(self); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bytearrayobject.c 2213 Py_ssize_t where, n = Py_SIZE(self); local
2349 Py_ssize_t where = -1, n = Py_SIZE(self); local
2384 Py_ssize_t where, n = Py_SIZE(self); local
    [all...]
  /external/elfutils/src/
nm.c 149 char *where; member in struct:GElf_SymX
867 sizebuf, longest_where, syms[cnt].where,
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBIMonkeyTest.java 310 int where = sb.indexOf("\\U00"); local
311 if (where < 0) {
314 String cp = hexToCodePoint(sb.substring(where+2, where+10));
315 sb.replace(where, where+10, cp);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
creststn.c 49 * Return a random unsigned long l where 0N <= l <= ULONG_MAX.
71 * Return a random double x where 0.0 <= x < 1.0.
80 * Return a random integer i where 0 <= i < n.
160 E_Where where; member in struct:__anon21630
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBIMonkeyTest.java 307 int where = sb.indexOf("\\U00"); local
308 if (where < 0) {
311 String cp = hexToCodePoint(sb.substring(where+2, where+10));
312 sb.replace(where, where+10, cp);
    [all...]
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 641 * @param pos the position where a gap is inserted.
786 * If "where" is the beginning of a block statement and exclusive is false,
788 * "where" must indicate the first byte of an opcode.
794 * @param where It must indicate the first byte of an opcode.
796 static byte[] insertGapCore0(byte[] code, int where, int gapLength,
804 return insertGapCore1(code, where, gapLength, exclusive, etable, ca);
808 return insertGapCore1(code, where, (gapLength + 3) & ~3,
817 private static byte[] insertGapCore1(byte[] code, int where, int gapLength,
824 insertGap2(code, where, gapLength, codeLength, newcode, exclusive);
825 etable.shiftPc(where, gapLength, exclusive)
1061 int where = ldcs.where; local
    [all...]
  /external/jline/src/src/main/java/jline/
ConsoleReader.java 1503 int where = num; local
    [all...]
  /external/libpng/
pngread.c 3872 int where; local
    [all...]
  /external/pdfium/third_party/libpng16/
pngread.c 3853 int where; local
    [all...]
  /external/python/cpython2/Objects/
bytearrayobject.c 2222 Py_ssize_t where, n = Py_SIZE(self); local
2372 Py_ssize_t where = -1, n = Py_SIZE(self); local
2408 char *where; local
    [all...]
  /external/python/cpython3/Objects/
bytearrayobject.c 1740 Py_ssize_t where, n = Py_SIZE(self); local
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyManagerFacade.java 1086 String where = "name=\\"" + name + "\\""; local
1112 String where = "numeric=\\"" + android.os.SystemProperties.get( local
    [all...]

Completed in 1050 milliseconds

1 2 3 4 5 67 8 91011>>