HomeSort by relevance Sort by last modified time
    Searched refs:scratch (Results 201 - 225 of 537) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/v8/src/regexp/mips64/
regexp-macro-assembler-mips64.h 148 void CallCheckStackGuardState(Register scratch);
  /external/v8/src/regexp/ppc/
regexp-macro-assembler-ppc.h 135 void CallCheckStackGuardState(Register scratch);
  /external/v8/src/regexp/s390/
regexp-macro-assembler-s390.h 135 void CallCheckStackGuardState(Register scratch);
  /external/v8/src/regexp/x87/
regexp-macro-assembler-x87.h 139 void CallCheckStackGuardState(Register scratch);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
lattice_armv7.S 26 @ r6, r7, r8, r10, r11: scratch
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/asm/
bootparam.h 157 __u32 scratch; member in struct:boot_params
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/asm/
bootparam.h 157 __u32 scratch; member in struct:boot_params
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/asm/
bootparam.h 157 __u32 scratch; member in struct:boot_params
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/asm/
bootparam.h 157 __u32 scratch; member in struct:boot_params
  /prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/include/asm/
bootparam.h 157 __u32 scratch; member in struct:boot_params
  /prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/asm/
bootparam.h 157 __u32 scratch; member in struct:boot_params
  /prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/asm/
bootparam.h 157 __u32 scratch; member in struct:boot_params
  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/asm/
bootparam.h 157 __u32 scratch; member in struct:boot_params
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/asm/
bootparam.h 157 __u32 scratch; member in struct:boot_params
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/asm/
bootparam.h 157 __u32 scratch; member in struct:boot_params
  /external/aac/libSBRenc/src/
mh_det.cpp 1124 FIXP_DBL *scratch = scratch_mem; local
    [all...]
  /external/libunwind/doc/
unw_is_signal_frame.tex 30 that are normally treated as scratch (``caller-saved'') registers.
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
generated_message_reflection.h 175 string* scratch) const;
224 int index, string* scratch) const;
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
generated_message_reflection.h 175 string* scratch) const;
224 int index, string* scratch) const;
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
generated_message_reflection.h 175 string* scratch) const;
224 int index, string* scratch) const;
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
generated_message_reflection.h 175 string* scratch) const;
224 int index, string* scratch) const;
  /external/v8/src/compiler/arm/
code-generator-arm.cc 1280 SwVfpRegister scratch = kScratchDoubleReg.low(); local
1287 SwVfpRegister scratch = kScratchDoubleReg.low(); local
1294 SwVfpRegister scratch = kScratchDoubleReg.low(); local
1301 SwVfpRegister scratch = kScratchDoubleReg.low(); local
1308 SwVfpRegister scratch = kScratchDoubleReg.low(); local
1319 SwVfpRegister scratch = kScratchDoubleReg.low(); local
1330 SwVfpRegister scratch = kScratchDoubleReg.low(); local
1337 SwVfpRegister scratch = kScratchDoubleReg.low(); local
    [all...]
  /external/curl/lib/
transfer.c 938 /* Do we need to allocate a scratch buffer? */
939 if(!data->state.scratch) {
940 data->state.scratch = malloc(2 * BUFSIZE);
941 if(!data->state.scratch) {
942 failf(data, "Failed to alloc scratch buffer!");
956 data->state.scratch[si++] = 0x0d;
957 data->state.scratch[si] = 0x0a;
966 data->state.scratch[si] = data->req.upload_fromhere[i];
975 data->req.upload_fromhere = data->state.scratch;
    [all...]
  /external/icu/icu4c/source/i18n/
collationkeys.cpp 61 char *scratch,
71 return scratch;
82 return scratch;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 86 ;// M_LOAD_X $pSrc, $srcStep, $out0, $out1, $scratch, $offset
92 ;// $scratch A scratch register, used internally for temp calculations
102 ;// Note: {$out0, $out1, $scratch} should be registers with ascending
103 ;// register numbering. In case offset is 0, $scratch is not modified.
106 M_LOAD_X $pSrc, $srcStep, $out0, $out1, $scratch, $offset
111 LDM $pSrc, {$out0, $out1, $scratch}
117 ORR $out1, $out1, $scratch, LSL #(32 - 8 * ($offset))
256 ;// $tmp scratch register
272 ;// M_MCRECONBLOCK_HalfPixelXY done here. Uses "tmp" as scratch register and
    [all...]

Completed in 766 milliseconds

1 2 3 4 5 6 7 891011>>