HomeSort by relevance Sort by last modified time
    Searched full:1024 (Results 876 - 900 of 9809) sorted by null

<<31323334353637383940>>

  /external/strace/
dirent64.c 59 if (tcp->u_rval > 1024*1024)
60 len = 1024*1024;
  /external/v8/test/mjsunit/asm/
do-while.js 23 var m = Module(this, {}, new ArrayBuffer(64*1024));
if-tonumber.js 6 var buffer = new ArrayBuffer(64 * 1024);
zero-extend.js 6 var buffer = new ArrayBuffer(64 * 1024);
  /external/v8/test/mjsunit/compiler/
regress-register-allocator.js 32 var f = Module(this, {}, new ArrayBuffer(64 * 1024)).f;
truncating-store-deopt.js 24 }, {}, new ArrayBuffer(64 * 1024));
  /external/valgrind/massif/tests/
ignoring.c 13 int* x = malloc(1024);
  /external/vixl/test/
test-fuzz-a64.cc 42 static const int instruction_count = 43 * 1024 * 1024;
60 static const int instruction_count = 9 * 1024 * 1024;
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
smooth_out_data.c 34 odata[i]= (int16_t)((C * surround[i] + 1024) >> 11);
  /external/webrtc/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit_utility.h 20 #define MAX_NAME_LENGTH 1024
  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
voe_base_misc_test.cc 21 char char_buffer[1024];
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
config.h 28 #define AACENC_BLOCKSIZE 1024 /*! encoder only takes BLOCKSIZE samples at a time */
  /ndk/sources/android/support/src/musl-math/
frexpl.c 3 #if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024
scalbnl.c 3 #if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024
  /ndk/tests/device/clone/jni/
clone.c 16 #define STACK_SIZE 1024
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_dict_constants.cpp 45 const int Ver4DictConstants::MAX_DICTIONARY_SIZE = 8 * 1024 * 1024;
48 const int Ver4DictConstants::MAX_DICT_EXTENDED_REGION_SIZE = 1 * 1024 * 1024;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
limits.h 4 #define NR_OPEN 1024
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
limits.h 4 #define NR_OPEN 1024
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_LOAD_IMAGE.h 17 #define IMAGE_SEPARATION (64*1024)
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
fs.h 19 #define NR_OPEN (1024*1024)
20 #define INR_OPEN 1024
85 #define MS_NOATIME 1024
ftape.h 21 #define FT_SECTOR_SIZE 1024
posix_types.h 21 #define __FD_SETSIZE 1024
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/nfsd/
export.h 17 #define NFSCLNT_IDMAX 1024
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
fs.h 19 #define NR_OPEN (1024*1024)
20 #define INR_OPEN 1024
85 #define MS_NOATIME 1024
ftape.h 21 #define FT_SECTOR_SIZE 1024

Completed in 289 milliseconds

<<31323334353637383940>>