HomeSort by relevance Sort by last modified time
    Searched refs:NC (Results 101 - 125 of 159) sorted by null

1 2 3 45 6 7

  /external/mesa3d/src/mesa/main/
texcompress_fxt1.c 224 #define MAKEIVEC(NV, NC, IV, B, V0, V1) \
230 for (i = 0; i < NC; i++) { \
236 for (i = 0; i < NC; i++) { \
244 #define CALCCDOT(TEXEL, NV, NC, IV, B, V)\
247 for (i = 0; i < NC; i++) { \
263 GLubyte input[MAX_COMP], GLint nc)
270 for (i = 0; i < nc; i++) {
285 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n)
292 for (i = 0; i < nc; i++) {
307 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n
    [all...]
  /external/llvm/lib/Support/
regcomp.c 191 (NC-1)*sizeof(cat_t));
212 g->csetsize = NC;
225 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t));
1069 size_t nc; local
1079 nc = p->ncsalloc;
1080 if (nc > SIZE_MAX / sizeof(cset))
1082 assert(nc % CHAR_BIT == 0);
1083 nbytes = nc / CHAR_BIT * css;
1085 ptr = (cset *)realloc((char *)p->g->sets, nc * sizeof(cset));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regcomp.c 183 (NC-1)*sizeof(cat_t));
204 g->csetsize = NC;
217 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t));
1033 size_t nc; local
1043 nc = p->ncsalloc;
1044 assert(nc % CHAR_BIT == 0);
1045 nbytes = nc / CHAR_BIT * css;
1047 ptr = (cset *)realloc((char *)p->g->sets, nc * sizeof(cset));
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regcomp.c 191 (NC-1)*sizeof(cat_t));
212 g->csetsize = NC;
225 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t));
1069 size_t nc; local
1079 nc = p->ncsalloc;
1080 if (nc > SIZE_MAX / sizeof(cset))
1082 assert(nc % CHAR_BIT == 0);
1083 nbytes = nc / CHAR_BIT * css;
1085 ptr = (cset *)realloc((char *)p->g->sets, nc * sizeof(cset));
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 118 NC,
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /external/selinux/mcstrans/share/examples/nato/setrans.d/
eyes-only.conf 471 ~c359=NC # New Caledonia
rel.conf 477 ~c200,~c359=NC # New Caledonia
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
anames.go 146 "NC",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
anames.go 146 "NC",
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 265 g = malloc(sizeof(struct re_guts) + (NC - 1) * sizeof(cat_t));
286 g->csetsize = NC;
299 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t));
1233 size_t nc; local
1246 nc = p->ncsalloc;
1247 assert(nc % CHAR_BIT == 0);
1248 nbytes = nc / CHAR_BIT * css;
1251 if (reallocarr(&p->g->sets, nc, sizeof(cset)))
1254 if (reallocarr(&p->g->setbits, nc / CHAR_BIT, css)) {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/
s390x.s 188 NC $8, (R15), n-8(SP) // NC (R15), $8, n-8(SP) // d407f010f000
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
s390x.s 188 NC $8, (R15), n-8(SP) // NC (R15), $8, n-8(SP) // d407f010f000
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/clang/lib/Sema/
SemaAccess.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
IRBuilder.h     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
rl78-decode.opc 336 ID(branch_cond); DC(pc+IMMS(1)+2); SR(None); COND(NC);
1099 ID(skip); COND(NC);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /frameworks/base/tools/aapt/
Command.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h     [all...]

Completed in 1231 milliseconds

1 2 3 45 6 7