HomeSort by relevance Sort by last modified time
    Searched full:indirection (Results 226 - 250 of 698) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
FirmwareVolume2.h 234 specified by a double indirection of the Buffer parameter. The
321 sections found in the specified file. The output buffer is specified by a double indirection
    [all...]
  /external/libunwind_llvm/src/
DwarfParser.hpp 154 // Peek at value (without indirection). Zero means no LSDA.
221 // Peek at value (without indirection). Zero means no LSDA.
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAssembler.h 677 // FIXME: Avoid this indirection?
682 // FIXME: Avoid this indirection?
  /prebuilts/go/darwin-x86/src/encoding/gob/
gobencdec_test.go 347 // Test an indirection to a large field with methods.
689 // This was a bug: the receiver has a different indirection level
  /prebuilts/go/linux-x86/src/encoding/gob/
gobencdec_test.go 347 // Test an indirection to a large field with methods.
689 // This was a bug: the receiver has a different indirection level
  /system/bt/stack/smp/
smp_main.cc 225 /************ SMP Master FSM State/Event Indirection Table **************/
528 /************ SMP Slave FSM State/Event Indirection Table **************/
    [all...]
  /system/core/adb/
sysdeps.h 438 // On Windows, ADB has an indirection layer for file descriptors. If we get a
440 // indirection layer, which this does.
  /external/kernel-headers/original/uapi/linux/
ethtool.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
xmlparse.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
xmlparse.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
xmlparse.c     [all...]
  /external/expat/lib/
xmlparse.c     [all...]
  /external/python/cpython2/Modules/expat/
xmlparse.c     [all...]
  /external/python/cpython3/Modules/expat/
xmlparse.c     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
esc.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
esc.go     [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
parse.go 408 // Register indirection: (reg) or (index*scale). We are on the opening paren.
716 // registerIndirect parses the general form of a register indirection.
719 // Or it might be a pseudo-indirection like (FP).
  /prebuilts/go/darwin-x86/src/text/template/
exec.go 498 s.errorf("indirection through explicit nil in %s", chain)
711 // Does one dereference or indirection work? We could do more, as we
869 // indirect returns the item at the end of indirection, and a bool to indicate if it's nil.
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
parse.go 408 // Register indirection: (reg) or (index*scale). We are on the opening paren.
716 // registerIndirect parses the general form of a register indirection.
719 // Or it might be a pseudo-indirection like (FP).
  /prebuilts/go/linux-x86/src/text/template/
exec.go 498 s.errorf("indirection through explicit nil in %s", chain)
711 // Does one dereference or indirection work? We could do more, as we
869 // indirect returns the item at the end of indirection, and a bool to indicate if it's nil.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_scope.py 52 def make_adder4(): # XXX add exta level of indirection
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
globals.c 333 int *TokenInd=NULL; /* an indirection level between token num and position
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3tokenstream.h 195 * it just results in one more level of indirection and I think that with
  /external/autotest/scheduler/
rdb_hosts.py 397 differently, as that is another level of foreign key indirection.
  /external/boringssl/src/crypto/fipsmodule/
FIPS.md 90 In order to allow this we use a similar design to the redirector functions: the code references a symbol that's in the text segment, but out of the module and thus not hashed. A relocation record is emitted to instruct the linker to poke the final offset to the variable in that location. Thus the only change needed is an extra indirection when loading the value.

Completed in 1457 milliseconds

1 2 3 4 5 6 7 8 91011>>