HomeSort by relevance Sort by last modified time
    Searched refs:structures (Results 1 - 25 of 233) sorted by null

1 2 3 4 5 6 7 8 910

  /external/syslinux/gpxe/src/drivers/infiniband/
qib_genbits.pl 24 my $structures = {};
35 $structures->{$structure}->{$1}->{LSB} = $2;
37 $structures->{$structure}->{$1}->{MSB} = $2;
39 $structures->{$structure}->{$1}->{RMASK} = $2;
53 next unless exists $structures->{$datum->{name}};
54 $structure = $structures->{$datum->{name}};
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_unaligned_structures.py 4 structures = [] variable
24 structures.append(X)
29 for typ in structures:
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_unaligned_structures.py 4 structures = [] variable
24 structures.append(X)
29 for typ in structures:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_unaligned_structures.py 4 structures = [] variable
24 structures.append(X)
29 for typ in structures:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_unaligned_structures.py 4 structures = [] variable
24 structures.append(X)
29 for typ in structures:
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
sizeof_test.go 15 // Assert that the size of important structures do not change unexpectedly.
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
sizeof_test.go 15 // Assert that the size of important structures do not change unexpectedly.
  /prebuilts/go/darwin-x86/src/debug/plan9obj/
plan9obj.go 6 * Plan 9 a.out constants and data structures
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
sizeof_test.go 15 // Assert that the size of important structures do not change unexpectedly.
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
sizeof_test.go 15 // Assert that the size of important structures do not change unexpectedly.
  /prebuilts/go/linux-x86/src/debug/plan9obj/
plan9obj.go 6 * Plan 9 a.out constants and data structures
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml 29 * target lays out data structures. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml 29 * target lays out data structures. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml 29 * target lays out data structures. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 30 * target lays out data structures. *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml 29 * target lays out data structures. *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml 29 * target lays out data structures. *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml 29 * target lays out data structures. *)
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 30 * target lays out data structures. *)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
sizeof_test.go 15 // Assert that the size of important structures do not change unexpectedly.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
sizeof_test.go 15 // Assert that the size of important structures do not change unexpectedly.
  /external/libunwind/doc/
unw_getcontext.tex 32 that of \Type{ucontext\_t} and such structures can be initialized with
34 reverse is \emph{not} true and it is \emph{not} safe to use structures
  /external/mesa3d/docs/
MESA_resize_buffers.spec 59 and adjust its internal data structures. This may include
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug260.go 7 // Test that structures pack densely, according to the alignment of the largest field.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug260.go 7 // Test that structures pack densely, according to the alignment of the largest field.

Completed in 1345 milliseconds

1 2 3 4 5 6 7 8 910