| /external/swiftshader/third_party/llvm-7.0/llvm/test/ObjectYAML/MachO/ |
| D | symtab.yaml | 149 n_value: 4294971808 154 n_value: 4294971888 159 n_value: 4294973024 164 n_value: 4294973056 169 n_value: 4294974784 174 n_value: 4294974800 179 n_value: 4294974832 184 n_value: 4294975104 189 n_value: 4294975280 194 n_value: 4294967296 [all …]
|
| D | LittleEndian.yaml | 111 n_value: 0 116 n_value: 0
|
| D | DWARF-debug_str.yaml | 231 n_value: 4294967296 236 n_value: 4294971296
|
| D | DWARF-debug_aranges.yaml | 303 n_value: 4294967296 308 n_value: 4294971216
|
| D | DWARF-pubsections.yaml | 294 n_value: 4294967296 299 n_value: 4294971216
|
| D | DWARF-LittleEndian.yaml | 243 n_value: 0 248 n_value: 0
|
| D | DWARF-BigEndian.yaml | 254 n_value: 0 259 n_value: 0
|
| /external/llvm/test/ObjectYAML/MachO/ |
| D | symtab.yaml | 149 n_value: 4294971808 154 n_value: 4294971888 159 n_value: 4294973024 164 n_value: 4294973056 169 n_value: 4294974784 174 n_value: 4294974800 179 n_value: 4294974832 184 n_value: 4294975104 189 n_value: 4294975280 194 n_value: 4294967296 [all …]
|
| /external/elfutils/tests/ |
| D | test-nlist.c | 61 "nl[%d].n_value = %ld\n" in main() 67 cnt, nl[cnt].n_value, in main() 73 if ((cnt != 4 && nl[cnt].n_value == 0 && nl[cnt].n_scnum == 0 in main() 76 || (cnt == 4 && (nl[cnt].n_value != 0 || nl[cnt].n_scnum != 0 in main()
|
| /external/llvm/tools/llvm-objdump/ |
| D | MachODump.cpp | 2551 // the symbol indirectly through n_value. Based on the relocation information 2556 DisassembleInfo *info, uint64_t &n_value, in get_symbol_64() argument 2558 n_value = 0; in get_symbol_64() 2585 // at this section_offset then use that symbol's value for the n_value in get_symbol_64() 2589 n_value = Symbol.getValue(); in get_symbol_64() 3232 uint64_t n_value; in get_objc2_64bit_class_name() local 3233 const char *symbol_name = get_symbol_64(offset, S, info, n_value); in get_objc2_64bit_class_name() 3284 uint64_t n_value; in get_objc2_64bit_cfstring_name() local 3286 offset + offsetof(struct cfstring64_t, characters), S, info, n_value); in get_objc2_64bit_cfstring_name() 3289 cfs_characters = n_value; in get_objc2_64bit_cfstring_name() [all …]
|
| /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/ |
| D | uuid32.yaml | 182 n_value: 4096 187 n_value: 8113 192 n_value: 0
|
| D | uuid.yaml | 184 n_value: 4294967296 189 n_value: 4294971312 194 n_value: 0
|
| /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
| D | MachODump.cpp | 2952 // the symbol indirectly through n_value. Based on the relocation information 2957 DisassembleInfo *info, uint64_t &n_value, in get_symbol_64() argument 2959 n_value = 0; in get_symbol_64() 2986 // at this section_offset then use that symbol's value for the n_value in get_symbol_64() 2990 n_value = Symbol.getValue(); in get_symbol_64() 3631 uint64_t n_value; in get_objc2_64bit_class_name() local 3632 const char *symbol_name = get_symbol_64(offset, S, info, n_value); in get_objc2_64bit_class_name() 3683 uint64_t n_value; in get_objc2_64bit_cfstring_name() local 3685 offset + offsetof(struct cfstring64_t, characters), S, info, n_value); in get_objc2_64bit_cfstring_name() 3688 cfs_characters = n_value; in get_objc2_64bit_cfstring_name() [all …]
|
| /external/llvm/test/tools/dsymutil/ |
| D | dump-symtab.test | 8 ALL-NEXT: Index n_strx n_type n_sect n_desc n_value 21 I386-NEXT: Index n_strx n_type n_sect n_desc n_value 36 ALL-NEXT: Index n_strx n_type n_sect n_desc n_value
|
| /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/ |
| D | dump-symtab.test | 8 ALL-NEXT: Index n_strx n_type n_sect n_desc n_value 21 I386-NEXT: Index n_strx n_type n_sect n_desc n_value 36 ALL-NEXT: Index n_strx n_type n_sect n_desc n_value
|
| /external/deqp/external/openglcts/modules/gl/ |
| D | gl4cShaderTextureImageSamplesTests.cpp | 475 for (int n_value = 0; n_value < m_internalformat_n_samples_count; ++n_value) in executeFunctionalTest() local 485 if (m_internalformat_n_samples_data[n_value] > max_image_samples) in executeFunctionalTest() 497 …gl.texStorage2DMultisample(texture_target, m_internalformat_n_samples_data[n_value], texture_inter… in executeFunctionalTest() 505 …gl.texStorage3DMultisample(texture_target, m_internalformat_n_samples_data[n_value], texture_inter… in executeFunctionalTest() 539 expected_value = m_internalformat_n_samples_data[n_value]; in executeFunctionalTest()
|
| /external/libxml2/ |
| D | testapi.c | 2029 int n_value; in test_htmlEntityValueLookup() local 2031 for (n_value = 0;n_value < gen_nb_unsigned_int;n_value++) { in test_htmlEntityValueLookup() 2033 value = gen_unsigned_int(n_value, 0); in test_htmlEntityValueLookup() 2038 des_unsigned_int(n_value, value, 0); in test_htmlEntityValueLookup() 2044 printf(" %d", n_value); in test_htmlEntityValueLookup() 3878 int n_value; in test_xmlSAX2CDataBlock() local 3883 for (n_value = 0;n_value < gen_nb_const_xmlChar_ptr;n_value++) { in test_xmlSAX2CDataBlock() 3887 value = gen_const_xmlChar_ptr(n_value, 1); in test_xmlSAX2CDataBlock() 3896 des_const_xmlChar_ptr(n_value, (const xmlChar *)value, 1); in test_xmlSAX2CDataBlock() 3904 printf(" %d", n_value); in test_xmlSAX2CDataBlock() [all …]
|
| /external/elfutils/libelf/ |
| D | nlist.c | 188 nl->n_value = found->sym.st_value; in nlist() 198 nl->n_value = 0; in nlist() 235 nl->n_value = 0; in nlist()
|
| D | nlist.h | 37 long int n_value; /* Value of symbol. */ member
|
| /external/google-breakpad/src/common/solaris/ |
| D | dump_symbols.cc | 70 unsigned long n_value; member 278 line.rva_to_func = cur_list->n_value; in LoadLineInfo() 316 // The n_value field is always 0 from stab generated by Sun CC. in LoadFuncSymbols() 318 func_info.addr = cur_list->n_value; in LoadFuncSymbols() 417 // The n_value field is always 0 from stab generated by Sun CC. in LoadAllSymbols() 419 source_file_info.addr = cur_list->n_value; in LoadAllSymbols()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/X86/ |
| D | malformed-machos.test | 50 INVALID-SYMBOL-INDR: macho-invalid-symbol-indr': truncated or malformed object (bad n_value: 22 pas… 53 …symbol-indr) (for architecture i386): truncated or malformed object (bad n_value: 22 past the end …
|
| /external/llvm/tools/dsymutil/ |
| D | MachODebugMapParser.cpp | 79 STE.n_value); in handleStabDebugMapEntry() 93 STE.n_value); in dumpSymTabEntry() 203 OS << "Index n_strx n_type n_sect n_desc n_value\n"; in dumpSymTabHeader() 256 // n_value in dumpSymTabEntry()
|
| /external/google-breakpad/src/client/mac/handler/ |
| D | breakpad_nlist_64.cc | 185 q->n_value = 0; in __breakpad_fdnlist() 385 p->n_value = q->n_value; in __breakpad_fdnlist()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
| D | MachODebugMapParser.cpp | 82 STE.n_value); in handleStabDebugMapEntry() 96 STE.n_value); in dumpSymTabEntry() 221 OS << "Index n_strx n_type n_sect n_desc n_value\n"; in dumpSymTabHeader() 278 // n_value in dumpSymTabEntry()
|
| /external/protobuf/ruby/ext/google/protobuf_c/ |
| D | storage.c | 198 VALUE n_value = rb_funcall(value, rb_intern("remainder"), 1, INT2NUM(1)); in native_slot_set_value_and_case() local 199 n_value = rb_funcall(n_value, rb_intern("*"), 1, INT2NUM(1000000000)); in native_slot_set_value_and_case() 200 n_value = rb_funcall(n_value, rb_intern("round"), 0); in native_slot_set_value_and_case() 201 rb_hash_aset(hash, rb_str_new2("nanos"), n_value); in native_slot_set_value_and_case()
|