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

1 2 3

  /external/swiftshader/third_party/LLVM/test/MC/ARM/
arm-memory-instructions.s 30 @ to the use of non-contiguous bit ranges for fixups in ARM. Once that's
diagnostics.s 304 @ CHECK-ERRORS: error: non-contiguous register range
  /external/llvm/test/MC/ARM/
arm-memory-instructions.s 32 @ to the use of non-contiguous bit ranges for fixups in ARM. Once that's
  /prebuilts/go/darwin-x86/test/
heapsampling.go 41 // Test verification depends on these lines being contiguous.
54 // Test verification depends on these lines being contiguous.
62 // the named function are consistent with count contiguous allocations
  /prebuilts/go/linux-x86/test/
heapsampling.go 41 // Test verification depends on these lines being contiguous.
54 // Test verification depends on these lines being contiguous.
62 // the named function are consistent with count contiguous allocations
  /external/elfutils/libdwfl/
dwfl_segment_report_module.c 426 GElf_Off contiguous = 0; /* Visible as contiguous file from START. */ local
557 contiguous = file_end;
862 const GElf_Off cost = (contiguous < file_trimmed_end ? total_filesz
863 : buffer_available >= contiguous ? 0
864 : contiguous - buffer_available);
871 cost, worthwhile, whole, contiguous,
890 if (contiguous < file_trimmed_end)
913 /* The whole file sits contiguous in memory,
core-file.c 178 GElf_Off contiguous __attribute__ ((unused)),
252 /* Use following contiguous segments to get towards SIZE. */
libdwflP.h 399 /* This describes a contiguous address range that lies in a single CU.
647 GElf_Off whole, GElf_Off contiguous,
  /build/blueprint/parser/
sort.go 37 // Find a set of values on contiguous lines
58 // Find a set of values on contiguous lines
  /prebuilts/go/darwin-x86/src/cmd/objdump/
main.go 29 // Each stanza gives the disassembly for a contiguous range of addresses
  /prebuilts/go/linux-x86/src/cmd/objdump/
main.go 29 // Each stanza gives the disassembly for a contiguous range of addresses
  /external/libunwind/doc/
unw_get_proc_info_by_ip.tex 43 procedure is assumed to occupy a single, contiguous range of
unw_get_proc_info.tex 77 procedure is assumed to occupy a single, contiguous range of
  /external/libvorbis/doc/
09-helper.tex 129 curve for contiguous piecewise line segments. Note that it has not
  /external/protobuf/js/binary/
utils.js 695 * Counts the number of contiguous varints in a buffer.
716 * Counts the number of contiguous varint fields with the given field number in
770 * Counts the number of contiguous fixed32 fields with the given tag in the
819 * Counts the number of contiguous fixed32 fields with the given field number
834 * Counts the number of contiguous fixed64 fields with the given field number
849 * Counts the number of contiguous delimited fields with the given field number
  /prebuilts/go/darwin-x86/src/text/tabwriter/
tabwriter.go 42 // Tab-terminated cells in contiguous lines constitute a column. The
56 // the b and c are in distinct columns (the b column is not contiguous
58 // terminating tab, nor would the column be contiguous).
  /prebuilts/go/linux-x86/src/text/tabwriter/
tabwriter.go 42 // Tab-terminated cells in contiguous lines constitute a column. The
56 // the b and c are in distinct columns (the b column is not contiguous
58 // terminating tab, nor would the column be contiguous).
  /prebuilts/go/darwin-x86/src/index/suffixarray/
qsufsort.go 96 // label contiguous same-letter groups with the same group number
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_read.go 224 // because zip files have a contiguous table of contents, making
  /prebuilts/go/linux-x86/src/index/suffixarray/
qsufsort.go 96 // label contiguous same-letter groups with the same group number
  /prebuilts/go/linux-x86/src/time/
zoneinfo_read.go 224 // because zip files have a contiguous table of contents, making
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs.cpp 172 * be any component of a vector, and then we load 4 contiguous
1933 bool contiguous[uniforms]; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/xcb/
xproto.h 3444 uint8_t contiguous; \/**< *\/ member in struct:xcb_alloc_color_cells_request_t
3479 uint8_t contiguous; \/**< *\/ member in struct:xcb_alloc_color_planes_request_t
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/xcb/
xproto.h 3445 uint8_t contiguous; \/**< *\/ member in struct:xcb_alloc_color_cells_request_t
3480 uint8_t contiguous; \/**< *\/ member in struct:xcb_alloc_color_planes_request_t
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
MessageDescriptor.cs 260 /// order. Field numbers need not be contiguous, so there is no direct mapping from the

Completed in 1549 milliseconds

1 2 3