/external/e2fsprogs/e2fsck/ |
pass2.c | 1295 unsigned char *frag, *fsize; local [all...] |
/external/deqp/modules/gles3/functional/ |
es3fTransformFeedbackTests.cpp | 328 std::ostringstream frag; local 333 frag << "#version 300 es\n" 360 std::ostringstream& str = ndx ? frag : vtx; 376 frag << "\nvoid main (void)\n{\n" 403 frag << "\tres += "; 404 if (scalarSize == 1) frag << "vec4(" << name << vecIter << ")"; 405 else if (scalarSize == 2) frag << "vec2(" << name << vecIter << ").xxyy"; 406 else if (scalarSize == 3) frag << "vec3(" << name << vecIter << ").xyzx"; 407 else if (scalarSize == 4) frag << "vec4(" << name << vecIter << ")"; 409 frag << ";\n" [all...] |
es3fShaderMatrixTests.cpp | 1418 std::ostringstream frag; local [all...] |
/external/icu/icu4c/source/test/intltest/ |
restsnew.cpp | 618 NewResourceBundleTest::testTag(const char* frag, 700 uprv_strcat(tag, frag); 727 uprv_strcat(tag, frag); 800 uprv_strcat(tag, frag); 891 uprv_strcat(tag, frag); [all...] |
restest.cpp | 300 ResourceBundleTest::testTag(const char* frag, 382 uprv_strcat(tag, frag); 411 uprv_strcat(tag, frag);
|
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-xgate.c | 142 How many bytes this mode will add to the size of the frag. 571 the frag list to be relaxed. */ 599 /* Relocation, relaxation and frag conversions. */ 1114 char *frag = xgate_new_instruction (opcode->size); local 1115 int where = frag - frag_now->fr_literal; [all...] |
tc-iq2000.c | 49 fragS * frag; member in struct:__anon75188 457 Although it may not be explicit in the frag, pretend fr_var starts with a 554 iq2000_cgen_record_fixup_exp (fragS * frag, 562 fixS * fixP = gas_cgen_record_fixup_exp (frag, where, insn, length,
|
tc-sh64.c | 67 /* Frag containing last base instruction. This is put in the TC field in 68 a frag, so we can emit fixups for fr_opcode without needing to make 69 sure that the opcode is in the same frag as any variant operand. */ 307 copied code the caller, do_align. We mark the frag location before and 321 /* Only make a frag if we HAVE to... */ 358 Instead we use the information stored at the frag of the symbol at 363 going to assign to the new frag, so request enough memory for 381 sh64_handle_align (fragS * frag) 383 int bytes = frag->fr_next->fr_address - frag->fr_address - frag->fr_fix [all...] |
tc-mep.c | 49 fragS * frag; member in struct:__anon75199 [all...] |
tc-v850.c | [all...] |
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMRelocator.cpp | 359 Fragment* frag = new FillFragment(0x0, 1, pSym.size()); local 360 uint64_t size = ObjectBuilder::AppendFragment(*frag, *bss_data, addralign); 376 FragmentRef::Create(*frag, 0x0), 799 pReloc.targetRef().frag()->getParent()->getSection().flag()) == 0) { [all...] |
/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsAbiFlags.cpp | 64 const auto& frag = llvm::cast<RegionFragment>(secData->front()); local 66 reinterpret_cast<const ElfMipsAbiFlags*>(frag.getRegion().data());
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
bt_amp_hci.h | 89 uint8 frag[1]; member in struct:write_remote_cmd_parms 234 uint8 frag[1]; member in struct:read_local_evt_parms
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
urlparse.py | 310 s, n, p, a, q, frag = urlparse(url) 312 return defrag, frag
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
urlparse.py | 310 s, n, p, a, q, frag = urlparse(url) 312 return defrag, frag
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
urlparse.py | 310 s, n, p, a, q, frag = urlparse(url) 312 return defrag, frag
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
urlparse.py | 310 s, n, p, a, q, frag = urlparse(url) 312 return defrag, frag
|
/toolchain/binutils/binutils-2.25/libiberty/ |
configure | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
vktShaderRenderMatrixTests.cpp | 1680 std::ostringstream frag; local [all...] |
/external/ipsec-tools/src/racoon/ |
handler.h | 139 int frag; /* IKE phase 1 fragmentation */ member in struct:ph1handle
|
/prebuilts/gdb/darwin-x86/lib/python2.7/logging/ |
config.py | 398 for frag in name: 399 used += '.' + frag 401 found = getattr(found, frag) 404 found = getattr(found, frag) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/logging/ |
config.py | 398 for frag in name: 399 used += '.' + frag 401 found = getattr(found, frag) 404 found = getattr(found, frag) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/ |
config.py | 398 for frag in name: 399 used += '.' + frag 401 found = getattr(found, frag) 404 found = getattr(found, frag) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/ |
config.py | 398 for frag in name: 399 used += '.' + frag 401 found = getattr(found, frag) 404 found = getattr(found, frag) [all...] |
/toolchain/binutils/binutils-2.25/gas/ |
as.h | 258 /* Dummy frag used by listing code. */ 263 constant length frag. */ 534 typedef struct frag fragS;
|