HomeSort by relevance Sort by last modified time
    Searched refs:STR (Results 126 - 150 of 278) sorted by null

1 2 3 4 56 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/config/
tc-aarch64.h 94 #define TC_START_LABEL(C,S,STR) ((C) == ':' \
96 #define tc_canonicalize_symbol_name(str) aarch64_canonicalize_symbol_name (str);
  /bionic/libc/arch-x86/atom/string/
sse2-wcslen-atom.S 61 # define STR PARMS
66 mov STR(%esp), %edx
  /external/libedit/src/
tokenizer.c 66 #define IFS STR("\t \n")
205 ptr = STR("");
439 /* FUN(tok,str)():
444 FUN(tok,str)(TYPE(Tokenizer) *tok, const Char *line, int *argc,
map.c     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_BitDec_s.h 679 STR $BitCount, [$pBitOffset]
680 STR $pBitStream, [$ppBitStream]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_HalfDiagVerHor4x4_unsafe_s.s 188 STR Acc1, [pDst, #4] ;// Store result & adjust pointer
197 STR Acc3, [pDst, #4] ;// Store result & adjust pointer
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_BitDec_s.h 679 STR $BitCount, [$pBitOffset]
680 STR $pBitStream, [$ppBitStream]
  /hardware/qcom/audio/hal/audio_extn/
soundtrigger.c 31 #define XSTR(x) STR(x)
32 #define STR(x) #x
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
OMX_G711Dec_Utils.h 254 #define G711DEC_DPRINT(STR, ARG...) printf()
259 #define G711DEC_MEMPRINT(STR, ARG...) printf()
OMX_G711Decoder.h 182 #define G711DEC_DPRINT(STR, ARG...) printf()
187 #define G711DEC_MEMPRINT(STR, ARG...) printf()
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
OMX_G726Enc_Utils.h 108 #define G726ENC_DPRINT(STR, ARG...) printf()
119 #define G726ENC_MEMPRINT(STR, ARG...) printf()
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
OMX_AmrDecoder.h 269 #define AMRDEC_DPRINT(STR, ARG...) printf()
274 #define AMRDEC_MEMPRINT(STR, ARG...) printf()
  /external/chromium-libpac/src/
proxy_resolver_v8.cc 68 static bool DoIsStringASCII(const android::String16& str) {
69 for (size_t i = 0; i < str.size(); i++) {
70 unsigned short c = str.string()[i];
77 bool IsStringASCII(const android::String16& str) {
78 return DoIsStringASCII(str);
143 inline typename string_type::value_type* WriteInto(string_type* str,
145 str->reserve(length_with_null);
146 str->resize(length_with_null - 1);
147 return &((*str)[0]);
167 std::string UTF16ToASCII(const android::String16& str) {
    [all...]
  /external/tremolo/Tremolo/
dpen.s 303 STR r1, [r6], #4 @ *v++ = v
334 STR r2, [r6], #4 @ *v++ = v
348 STR r2, [r6], #4 @ *v++ = v
377 STR r2, [r6], #4 @ *v++ = v
388 STR r2, [r6], #4 @ *v++ = v
442 STR r12,[r2] @ r12= a[chptr++][i]+=v[j]
mdctARM.s 286 STR r3, [r2], #4
336 STR r9, [r4],#-16 @ aX[0] = r9
339 STR r12,[r4,#8+16] @ aX[2] = r12
360 STR r9, [r4],#-16 @ aX[0] = r9
363 STR r12,[r4,#8+16] @ aX[2] = r12
397 STR r12,[r4,#8]
399 STR r3, [r4],#-16
414 STR r12,[r1,#8-16]
416 STR r3, [r1,#-16]
423 STR r2,[r13,#-4]
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.c     [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
ClassWriter.java 181 static final int STR = 8;
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
bfd-in.h 55 #define STRING_COMMA_LEN(STR) (STR), (sizeof (STR) - 1)
68 since there is no need to check for a NUL byte inside STR. We
    [all...]
  /external/valgrind/VEX/test/
test-amd64.c 176 #define TEST_LEA(STR)\
178 asm("leaq " STR ", %0"\
181 printf("lea %s = %016llx\n", STR, res);\
184 #define TEST_LEA16(STR)\
186 asm(".code16 ; .byte 0x67 ; leal " STR ", %0 ; .code32"\
189 printf("lea %s = %08x\n", STR, res);\
    [all...]
test-i386.c 164 #define TEST_LEA(STR)\
166 asm("leal " STR ", %0"\
169 printf("lea %s = %08x\n", STR, res);\
172 #define TEST_LEA16(STR)\
174 asm(".code16 ; .byte 0x67 ; leal " STR ", %0 ; .code32"\
177 printf("lea %s = %08x\n", STR, res);\
    [all...]
  /frameworks/compile/libbcc/tools/bcc/
Main.cpp 53 #define STR(a) STR2(a)
302 dlsym(RTLD_DEFAULT, STR(RS_COMPILER_DRIVER_INIT_FN));
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
OMX_G711Enc_Utils.h 126 #define G711ENC_DPRINT(STR, ARG...) printf()
136 #define G711ENC_MEMPRINT(STR, ARG...) printf()
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
OMX_AmrEnc_Utils.h 180 #define AMRENC_DPRINT(STR, ARG...) printf()
190 #define AMRENC_MEMPRINT(STR, ARG...) printf()
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
OMX_WmaDec_Utils.h 409 #define WMADEC_DPRINT(STR, ARG...) printf()
419 #define WMADEC_MEMPRINT(STR, ARG...) printf()
    [all...]
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerProxy.cpp 110 // LDR(B)/STR(B)/PLD
218 void ARMAssemblerProxy::STR(int cc, int Rd, int Rn, uint32_t offset) {
219 mTarget->STR(cc, Rd, Rn, offset);

Completed in 494 milliseconds

1 2 3 4 56 7 8 91011>>