Searched refs:sizeof (Results 1 - 25 of 142) sorted by relevance

123456

/external/e2fsprogs/config/
H A Dparse-types.sh39 if (sizeof(__U8_TYPEDEF) != 1) {
41 (int) sizeof(__U8_TYPEDEF));
48 if (sizeof(__S8_TYPEDEF) != 1) {
50 (int) sizeof(__S8_TYPEDEF));
57 if (sizeof(__U16_TYPEDEF) != 2) {
59 (int) sizeof(__U16_TYPEDEF));
66 if (sizeof(__S16_TYPEDEF) != 2) {
68 (int) sizeof(__S16_TYPEDEF));
76 if (sizeof(__U32_TYPEDEF) != 4) {
78 (int) sizeof(__U32_TYPEDE
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dmodule.in67 {arch_modules, sizeof(arch_modules)/sizeof(module)},
68 {dbgfmt_modules, sizeof(dbgfmt_modules)/sizeof(module)},
69 {objfmt_modules, sizeof(objfmt_modules)/sizeof(module)},
70 {listfmt_modules, sizeof(listfmt_modules)/sizeof(module)},
71 {parser_modules, sizeof(parser_modules)/sizeof(modul
[all...]
/external/chromium_org/v8/tools/
H A Dgdb-v8-support.py111 if self.val.type.sizeof == 4:
114 elif self.val.type.sizeof == 8:
134 if v.type.sizeof == 4:
136 elif v.type.sizeof == 8:
/external/chromium_org/ppapi/api/
H A Dpp_macros.idl60 _bytes_wide[(sizeof(CTYPENAME) == SIZE) ? 1 : -1]; }
/external/ltrace/testsuite/ltrace.minor/
H A Dattach-process-dlopen.exp35 char buf[strlen(argv[1]) + 1 + sizeof FN];
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
H A Dlist_ports_windows.py136 ctypes.sizeof(GUIDs),
149 devinfo.cbSize = ctypes.sizeof(devinfo)
163 port_name_length = ULONG(ctypes.sizeof(port_name_buffer))
186 ctypes.sizeof(szHardwareID) - 1,
195 ctypes.sizeof(szHardwareID) - 1,
222 ctypes.sizeof(szFriendlyName) - 1,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
H A Dsearchcvs.php43 else if (preg_match("/(\S)/", $q, $regs) || sizeof($extra["where"]) + sizeof($extra["having"]) > 0)
46 if (sizeof($regs) > 0)
51 $where .= (sizeof($extra["where"]) > 0 ? " AND " . join($extra["where"], " AND ") : "");
52 $having = (sizeof($extra["having"]) > 0 ? " HAVING " . join($extra["having"], " AND ") : "");
154 for ($i = 0; $i < sizeof($hl); $i++)
/external/ltrace/testsuite/ltrace.main/
H A Dsystem_calls.exp50 fwrite(s, sizeof(s), 1, fp);
52 fread(buffer, sizeof(s), 1, fp);
55 getcwd (buffer, sizeof buffer);
/external/lldb/scripts/Python/
H A Dpython-typemaps.swig8 $1 = (char **) malloc((size+1) * sizeof(char*));
167 $1 = (uint64_t*) malloc(size * sizeof(uint64_t));
198 $1 = (uint32_t*) malloc(size * sizeof(uint32_t));
229 $1 = (int64_t*) malloc(size * sizeof(int64_t));
260 $1 = (int32_t*) malloc(size * sizeof(int32_t));
291 $1 = (double*) malloc(size * sizeof(double));
324 $1 = (uint32_t*)malloc(sizeof(uint32_t) * 50);
/external/zlib/src/contrib/delphi/
H A DZLib.pas292 FillChar(strm, sizeof(strm), 0);
302 CCheck(deflateInit_(strm, Z_BEST_COMPRESSION, zlib_version, sizeof(strm)));
331 FillChar(strm, sizeof(strm), 0);
345 DCheck(inflateInit_(strm, zlib_version, sizeof(strm)));
371 FillChar(strm, sizeof(strm), 0);
378 DCheck(inflateInit_(strm, zlib_version, sizeof(strm)));
414 FZRec.avail_out := sizeof(FBuffer);
415 CCheck(deflateInit_(FZRec, Levels[CompressionLevel], zlib_version, sizeof(FZRec)));
427 FStrm.WriteBuffer(FBuffer, sizeof(FBuffer));
429 FZRec.avail_out := sizeof(FBuffe
[all...]
/external/qemu/android/camera/
H A Dcamera-capture-mac.m357 MacCameraDevice* cd = (MacCameraDevice*)malloc(sizeof(MacCameraDevice));
359 memset(cd, 0, sizeof(MacCameraDevice));
555 cis[0].frame_sizes = (CameraFrameDim*)malloc(sizeof(_emulate_dims));
557 cis[0].frame_sizes_num = sizeof(_emulate_dims) / sizeof(*_emulate_dims);
558 memcpy(cis[0].frame_sizes, _emulate_dims, sizeof(_emulate_dims));
/external/chromium_org/third_party/webrtc/modules/audio_device/ios/
H A Daudio_device_ios.mm56 memset(_playoutBuffer, 0, sizeof(_playoutBuffer));
57 memset(_recordingBuffer, 0, sizeof(_recordingBuffer));
58 memset(_recordingLength, 0, sizeof(_recordingLength));
59 memset(_recordingSeqNumber, 0, sizeof(_recordingSeqNumber));
892 memset(_recordingBuffer, 0, sizeof(_recordingBuffer));
893 memset(_recordingLength, 0, sizeof(_recordingLength));
894 memset(_recordingSeqNumber, 0, sizeof(_recordingSeqNumber));
971 memset(_playoutBuffer, 0, sizeof(_playoutBuffer));
1240 sizeof(enableIO));
1251 sizeof(enableI
[all...]
/external/chromium_org/build/toolchain/
H A Dget_concurrent_links.py35 stat.dwLength = ctypes.sizeof(stat)
/external/chromium_org/tools/symsrc/
H A Dpdb_fingerprint_from_img.py39 cv.PdbFileName = data[cv.sizeof():]
/external/harfbuzz_ng/src/
H A Dhb-buffer-deserialize-json.rl39 memset (&info, 0, sizeof (info));
40 memset (&pos , 0, sizeof (pos ));
H A Dhb-buffer-deserialize-text.rl39 memset (&info, 0, sizeof (info));
40 memset (&pos , 0, sizeof (pos ));
/external/chromium_org/third_party/webrtc/modules/video_render/ios/
H A Dopen_gles20.mm73 memcpy(vertices_, vertices, sizeof(vertices_));
96 position_handle, 3, GL_FLOAT, false, 5 * sizeof(GLfloat), vertices_);
104 texture_handle, 2, GL_FLOAT, false, 5 * sizeof(GLfloat), &vertices_[3]);
/external/mksh/src/
H A DBuild.sh1653 int main(void) { struct tm tm; return ((int)sizeof(tm) + isatty(0)); }
2126 cta(char_is_1_char, (sizeof(char) == 1) && (sizeof(signed char) == 1) &&
2127 (sizeof(unsigned char) == 1));
2131 cta(short_is_2_char, sizeof(short) == 2);
2132 cta(short_size_no_matter_of_signedness, sizeof(short) == sizeof(unsigned short));
2134 cta(int_is_4_char, sizeof(int) == 4);
2135 cta(int_size_no_matter_of_signedness, sizeof(int) == sizeof(unsigne
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCOpenGLVideoRenderer.mm435 glBufferData(GL_ARRAY_BUFFER, sizeof(gVertices), gVertices, GL_DYNAMIC_DRAW);
441 _position, 2, GL_FLOAT, GL_FALSE, 4 * sizeof(GLfloat), (void*)0);
451 4 * sizeof(GLfloat),
452 (void*)(2 * sizeof(GLfloat)));
/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dcheck_lint.sh24 ASAN_TEST_LINT_FILTER=${COMMON_LINT_FILTER},-runtime/sizeof,-runtime/int,-runtime/printf,-runtime/threadsafe_fn
33 COMMON_RTL_INC_LINT_FILTER=${COMMON_LINT_FILTER},-runtime/int,-runtime/sizeof,-runtime/printf,-readability/fn_size
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/
H A DSDLMain.m271 newargv = (char **) realloc(gArgv, sizeof (char *) * (gArgc + 2));
321 buffer = (unichar *)NSAllocateMemoryPages(bufferSize*sizeof(unichar));
361 gArgv = (char **) SDL_malloc(sizeof (char *) * 2);
369 gArgv = (char **) SDL_malloc(sizeof (char *) * (argc+1));
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/
H A DSDLMain.m271 newargv = (char **) realloc(gArgv, sizeof (char *) * (gArgc + 2));
321 buffer = (unichar *)NSAllocateMemoryPages(bufferSize*sizeof(unichar));
361 gArgv = (char **) SDL_malloc(sizeof (char *) * 2);
369 gArgv = (char **) SDL_malloc(sizeof (char *) * (argc+1));
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/
H A DSDLMain.m271 newargv = (char **) realloc(gArgv, sizeof (char *) * (gArgc + 2));
321 buffer = (unichar *)NSAllocateMemoryPages(bufferSize*sizeof(unichar));
361 gArgv = (char **) SDL_malloc(sizeof (char *) * 2);
369 gArgv = (char **) SDL_malloc(sizeof (char *) * (argc+1));
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/
H A DSDLMain.m271 newargv = (char **) realloc(gArgv, sizeof (char *) * (gArgc + 2));
321 buffer = (unichar *)NSAllocateMemoryPages(bufferSize*sizeof(unichar));
361 gArgv = (char **) SDL_malloc(sizeof (char *) * 2);
369 gArgv = (char **) SDL_malloc(sizeof (char *) * (argc+1));
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/
H A DSDLMain.m271 newargv = (char **) realloc(gArgv, sizeof (char *) * (gArgc + 2));
321 buffer = (unichar *)NSAllocateMemoryPages(bufferSize*sizeof(unichar));
361 gArgv = (char **) SDL_malloc(sizeof (char *) * 2);
369 gArgv = (char **) SDL_malloc(sizeof (char *) * (argc+1));

Completed in 4126 milliseconds

123456