HomeSort by relevance Sort by last modified time
    Searched defs:arraysize (Results 1 - 8 of 8) sorted by null

  /external/chromium/googleurl/base/
basictypes.h 13 // The arraysize(arr) macro returns the # of elements in an array arr.
15 // used in defining new arrays, for example. If you use arraysize on
18 // One caveat is that arraysize() doesn't accept any array of an
20 // cases, you have to use the unsafe ARRAYSIZE() macro below. This is
24 // This template function declaration is used in defining arraysize.
38 #define arraysize(array) (sizeof(ArraySizeHelper(array))) macro
40 // ARRAYSIZE performs essentially the same calculation as arraysize,
42 // functions. It's less safe than arraysize as it accepts some
43 // (although not all) pointers. Therefore, you should use arraysize
    [all...]
  /external/chromium/chrome/common/extensions/
url_pattern.cc 39 COMPILE_ASSERT(arraysize(kValidSchemes) == arraysize(kValidSchemeMasks), member in namespace:__anon3441
64 COMPILE_ASSERT(URLPattern::NUM_PARSE_RESULTS == arraysize(kParseResultMessages),
203 for (size_t i = 0; i < arraysize(kValidSchemes); ++i) {
343 for (size_t i = 0; i < arraysize(kValidSchemes); ++i) {
  /external/chromium/base/
basictypes.h 105 // The arraysize(arr) macro returns the # of elements in an array arr.
107 // used in defining new arrays, for example. If you use arraysize on
110 // One caveat is that arraysize() doesn't accept any array of an
116 // This template function declaration is used in defining arraysize.
130 #define arraysize(array) (sizeof(ArraySizeHelper(array))) macro
132 // ARRAYSIZE_UNSAFE performs essentially the same calculation as arraysize,
134 // functions. It's less safe than arraysize as it accepts some
135 // (although not all) pointers. Therefore, you should use arraysize
  /external/chromium/chrome/browser/extensions/
extension_webrequest_api.cc 65 arraysize(kResourceTypeStrings) == arraysize(kResourceTypeValues), member in namespace:__anon2769
68 #define ARRAYEND(array) (array + arraysize(array))
  /external/jpeg/
jquant1.c 725 size_t arraysize; local
728 arraysize = (size_t) ((cinfo->output_width + 2) * SIZEOF(FSERROR));
731 (*cinfo->mem->alloc_large)((j_common_ptr) cinfo, JPOOL_IMAGE, arraysize);
744 size_t arraysize; local
782 arraysize = (size_t) ((cinfo->output_width + 2) * SIZEOF(FSERROR));
784 jzero_far((void FAR *) cquantize->fserrors[i], arraysize);
jquant2.c 1199 size_t arraysize = (size_t) ((cinfo->output_width + 2) * local
    [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/jython/
jython.jar 

Completed in 541 milliseconds