HomeSort by relevance Sort by last modified time
    Searched refs:frag (Results 276 - 300 of 460) sorted by null

<<111213141516171819

  /external/syslinux/gpxe/src/net/80211/
net80211.c 2549 struct net80211_frag_cache *frag = &dev->frags[fcid]; local
2577 struct net80211_frag_cache *frag = &dev->frags[fcid]; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-v850.c     [all...]
tc-fr30.c 44 fragS * frag; member in struct:__anon4262
180 3) how many bytes this mode will add to the size of the current frag
209 Although it may not be explicit in the frag, pretend fr_var starts with a
252 /* Return the size of the variable part of the frag. */
tc-ip2k.c 46 fragS * frag; member in struct:__anon4304
tc-lm32.c 47 fragS *frag; member in struct:__anon4307
tc-or1k.c 45 fragS * frag; member in struct:__anon4340
186 3) how many bytes this mode will add to the size of the current frag
tc-xc16x.c 52 fragS * frag; member in struct:__anon4395
tc-vax.c 294 /* Initialise the part of an instruction frag covered by the
296 lack any init of the frag.) Since VAX uses RELA relocs the
368 Return the correct fr_subtype in the frag and the growth beyond
478 /* Return the growth in the fixed part of the frag. */
483 part of the frag. */
507 /* Return the size of the variable part of the frag. */
513 In: Address of frag.
518 Caller will turn frag into a ".space 0". */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
config.py 392 for frag in name:
393 used += '.' + frag
395 found = getattr(found, frag)
398 found = getattr(found, frag)
    [all...]
  /external/ipsec-tools/src/racoon/
handler.h 139 int frag; /* IKE phase 1 fragmentation */ member in struct:ph1handle
  /external/python/cpython2/Lib/logging/
config.py 389 for frag in name:
390 used += '.' + frag
392 found = getattr(found, frag)
395 found = getattr(found, frag)
    [all...]
  /external/python/cpython3/Lib/logging/
config.py 379 for frag in name:
380 used += '.' + frag
382 found = getattr(found, frag)
385 found = getattr(found, frag)
    [all...]
  /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.27/gas/
as.h 243 /* Dummy frag used by listing code. */
248 constant length frag. */
531 typedef struct frag fragS;
  /external/e2fsprogs/e2fsck/
pass2.c 1694 unsigned char *frag, *fsize; local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
AllInOneActivity.java 881 Fragment frag = null; local
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mbarrier.go 284 if frag := -off & (sys.PtrSize - 1); frag != 0 {
285 adst = add(dst, frag)
286 asrc = add(src, frag)
287 asize -= frag
  /prebuilts/go/linux-x86/src/runtime/
mbarrier.go 284 if frag := -off & (sys.PtrSize - 1); frag != 0 {
285 adst = add(dst, frag)
286 asrc = add(src, frag)
287 asize -= frag
  /external/icu/icu4c/source/test/intltest/
restsnew.cpp 635 NewResourceBundleTest::testTag(const char* frag,
717 uprv_strcat(tag, frag);
744 uprv_strcat(tag, frag);
817 uprv_strcat(tag, frag);
908 uprv_strcat(tag, frag);
    [all...]
  /external/e2fsprogs/debugfs/
debugfs.c 808 char frag, fsize; local
868 frag = inode->osd2.hurd2.h_i_frag;
872 frag = fsize = 0;
875 prefix, inode->i_faddr, frag, fsize);
1318 unsigned char *frag, *fsize; local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp 794 std::ostringstream frag; local
1293 std::ostringstream frag; local
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 502 Fragment* frag = new FillFragment(0x0, 1, pSym.size()); local
503 uint64_t size = ObjectBuilder::AppendFragment(*frag, *bssData, addrAlign);
519 FragmentRef::Create(*frag, 0x0),
541 FragmentRef::Create(*frag, 0x0),
851 pReloc.parent().targetRef().frag()->getParent()->getSection();
    [all...]

Completed in 910 milliseconds

<<111213141516171819