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

1 2 3

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.h 73 void yasm_win64__unwind_generate(yasm_section *xdata,
win64-except.c 128 yasm_win64__unwind_generate(yasm_section *xdata, coff_unwind_info *info,
135 yasm_section_bcs_append(xdata, yasm_bc_create_align(
148 yasm_section_bcs_append(xdata, infobc);
154 yasm_section_bcs_append(xdata, codebc);
176 yasm_section_bcs_append(xdata, yasm_bc_create_align(
188 yasm_section_bcs_append(xdata,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/ldscripts/
i386pep.xr 37 .xdata :
39 *(.xdata*)
i386pep.xu 42 .xdata :
44 *(.xdata*)
i386pep.x 65 .xdata BLOCK(__section_alignment__) :
67 *(.xdata*)
i386pep.xa 65 .xdata BLOCK(__section_alignment__) :
67 *(.xdata*)
i386pep.xbn 65 .xdata BLOCK(__section_alignment__) :
67 *(.xdata*)
i386pep.xn 65 .xdata BLOCK(__section_alignment__) :
67 *(.xdata*)
  /external/chromium_org/third_party/icu/source/common/unicode/
stringpiece.h 139 * @param xdata pointer the new string data. Need not be nul terminated.
143 void set(const char* xdata, int32_t len) { ptr_ = xdata; length_ = len; }
  /external/icu/icu4c/source/common/unicode/
stringpiece.h 139 * @param xdata pointer the new string data. Need not be nul terminated.
143 void set(const char* xdata, int32_t len) { ptr_ = xdata; length_ = len; }
  /external/chromium_org/third_party/bintrees/bintrees/
ctrees.h 20 int xdata; member in struct:tree_node
ctrees.c 20 #define XDATA(node) (node->xdata)
21 #define RED(node) (node->xdata)
22 #define BALANCE(node) (node->xdata)
25 ct_new_node(PyObject *key, PyObject *value, int xdata)
35 XDATA(new_node) = xdata;
461 #define height(p) ((p) == NULL ? -1 : (p)->xdata)
  /external/llvm/test/MC/AsmParser/
directive_seh.s 36 # CHECK-NOT: .section{{.*}}.xdata
  /external/iputils/ninfod/
ni_ifaddrs.c 354 void *data = NULL, *xdata = NULL; local
377 xdata = data + dlen;
378 ifflist = xdata + xlen;
477 memcpy(xdata, rtadata, rtapayload);
478 ifa->ifa_cacheinfo = xdata;
479 xdata += NLMSG_ALIGN(rtapayload);
  /external/libpng/contrib/gregbook/
rpng-x.c 431 uch *xdata; local
645 xdata = (uch *)malloc(4*image_width*image_height);
648 xdata = (uch *)malloc(2*image_width*image_height);
651 xdata = (uch *)malloc(image_width*image_height);
655 if (!xdata) {
661 (char *)xdata, image_width, image_height, pad, 0);
665 free(xdata);
rpng2-x.c 810 uch *xdata; local
    [all...]
  /external/llvm/test/Object/
coff-archive.test 137 CHECKIDX: 00000000 r .xdata$x
138 CHECKIDX: 00000000 r .xdata$x
139 CHECKIDX: 00000000 r .xdata$x
140 CHECKIDX: 00000000 r .xdata$x
141 CHECKIDX: 00000000 r .xdata$x
142 CHECKIDX: 00000000 r .xdata$x
143 CHECKIDX: 00000000 r .xdata$x
  /external/clang/tools/libclang/
CXCursor.cpp 885 if (cursor.xdata != -1)
886 return std::make_pair(cursor.xdata,
888 ->getSelectorLoc(cursor.xdata));
891 if (cursor.xdata != -1)
892 return std::make_pair(cursor.xdata,
894 ->getSelectorLoc(cursor.xdata));
907 newCursor.xdata = -1;
909 newCursor.xdata = SelIdx;
915 newCursor.xdata = -1;
917 newCursor.xdata = SelIdx
    [all...]
CXCursor.h 279 newCursor.xdata = 1;
  /external/eigen/bench/btl/data/
gnuplot_common_settings.hh 6 set xdata
  /external/opencv/ml/src/
mlann_mlp.cpp 1148 double* xdata = x[0]+i*ivcount; local
1156 double* xdata = x[0]+i*ivcount; local
1184 const double* xdata = x[l_count-1] + i*ovcount; local
1200 const double* xdata = x[l_count-1] + i*ovcount; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
win64-dataref.asm 136 [SECTION .xdata]
  /external/chromium_org/third_party/boringssl/src/crypto/md5/asm/
md5-x86_64.pl 360 .section .xdata
  /external/openssl/crypto/md5/asm/
md5-x86_64.pl 360 .section .xdata
  /external/chromium_org/third_party/icu/source/test/intltest/
dtfmrgts.cpp     [all...]

Completed in 569 milliseconds

1 2 3