Searched refs:nci (Results 1 - 10 of 10) sorted by relevance

/external/clang/test/SemaCXX/
H A Dcxx0x-class.cpp14 static const int nci = vs; // expected-error {{in-class initializer for static data member is not a constant expression}} member in class:C
H A Dclass.cpp42 static const int nci = vs; // expected-error {{in-class initializer for static data member is not a constant expression}} member in class:C
/external/chromium_org/third_party/libjpeg_turbo/
H A Djquant1.c283 int i,j,k, nci, blksize, blkdist, ptr, val; local
310 nci = cquantize->Ncolors[i]; /* # of distinct values for this color */
311 blksize = blkdist / nci;
312 for (j = 0; j < nci; j++) {
313 /* Compute j'th output value (out of nci) for component */
314 val = output_value(cinfo, i, j, nci-1);
342 int i,j,k, nci, blksize, val, pad; local
367 nci = cquantize->Ncolors[i]; /* # of distinct values for this color */
368 blksize = blksize / nci;
378 k = largest_input_value(cinfo, i, 0, nci
441 int i, j, nci; local
[all...]
/external/jpeg/
H A Djquant1.c278 int i,j,k, nci, blksize, blkdist, ptr, val; local
305 nci = cquantize->Ncolors[i]; /* # of distinct values for this color */
306 blksize = blkdist / nci;
307 for (j = 0; j < nci; j++) {
308 /* Compute j'th output value (out of nci) for component */
309 val = output_value(cinfo, i, j, nci-1);
337 int i,j,k, nci, blksize, val, pad; local
362 nci = cquantize->Ncolors[i]; /* # of distinct values for this color */
363 blksize = blksize / nci;
373 k = largest_input_value(cinfo, i, 0, nci
436 int i, j, nci; local
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djquant1.c278 int i,j,k, nci, blksize, blkdist, ptr, val; local
305 nci = cquantize->Ncolors[i]; /* # of distinct values for this color */
306 blksize = blkdist / nci;
307 for (j = 0; j < nci; j++) {
308 /* Compute j'th output value (out of nci) for component */
309 val = output_value(cinfo, i, j, nci-1);
337 int i,j,k, nci, blksize, val, pad; local
362 nci = cquantize->Ncolors[i]; /* # of distinct values for this color */
363 blksize = blksize / nci;
373 k = largest_input_value(cinfo, i, 0, nci
436 int i, j, nci; local
[all...]
/external/libnfc-nci/
H A DAndroid.mk20 # Build shared library system/lib/libnfc-nci.so for stack code.
25 LOCAL_MODULE := libnfc-nci
43 $(call all-c-files-under, $(NFC)/int $(NFC)/llcp $(NFC)/nci $(NFC)/ndef $(NFC)/nfc $(NFC)/tags) \
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlvm.c731 CallInfo *nci = L->ci; /* called frame */
732 CallInfo *oci = nci->previous; /* caller frame */
733 StkId nfunc = nci->func; /* called function */
736 StkId lim = nci->u.l.base + getproto(nfunc)->numparams;
743 oci->u.l.base = ofunc + (nci->u.l.base - nfunc); /* correct base */
745 oci->u.l.savedpc = nci->u.l.savedpc;
/external/lldb/source/Symbol/
H A DClangASTType.cpp4459 for (IndirectFieldDecl::chain_iterator nci = nested_indirect_field_decl->chain_begin(),
4461 nci < nce;
4462 ++nci)
4464 chain[chain_index] = *nci;
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 840 milliseconds