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

1 2 3 4 5 6 7 8 91011>>

  /hardware/intel/img/psb_video/src/
tng_trace.c 92 #define PRINT_ARRAY_ADDR(STR, FEILD, NUM) \
98 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t%s[%02d]=x%08x\n", STR, i, data->FEILD[i]); \
880 char *str; member in struct:header_token
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-nios2.c 294 /* Return true if STR starts with PREFIX, which should be a string literal. */
295 #define strprefix(STR, PREFIX) \
296 (strncmp ((STR), PREFIX, strlen (PREFIX)) == 0)
299 /* Return true if STR is prefixed with a special relocation operator. */
301 nios2_special_relocation_p (const char *str)
303 return (strprefix (str, "%lo")
304 || strprefix (str, "%hi")
305 || strprefix (str, "%hiadj")
306 || strprefix (str, "%gprel")
307 || strprefix (str, "%got"
    [all...]
  /external/libedit/src/
chared.c 204 return Isalnum(p) || Strchr(STR("*?_-.[]~="), p) != NULL;
refresh.c 79 re_printstr(EditLine *el, const char *str, char *f, char *t)
82 ELRE_DEBUG(1, (__F, "%s:\"", str));
1084 re__copy_and_pad(firstline, STR(""), (size_t)0);
vi.c 806 const Char match_chars[] = STR("()[]{}");
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_utils.cpp 580 char str[64]; local
581 snprintf(str, sizeof(str), "%d", refreshRate);
582 ssize_t ret = write(fd, str, strlen(str));
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp 513 char str[64]; local
514 snprintf(str, sizeof(str), "%d", refreshRate);
515 ssize_t ret = write(fd, str, strlen(str));
848 externalStates[EXTERNAL_OFFLINE] = STR(EXTERNAL_OFFLINE);
849 externalStates[EXTERNAL_ONLINE] = STR(EXTERNAL_ONLINE);
850 externalStates[EXTERNAL_PAUSE] = STR(EXTERNAL_PAUSE);
851 externalStates[EXTERNAL_RESUME] = STR(EXTERNAL_RESUME);
    [all...]
  /system/core/libpixelflinger/codeflinger/
Arm64Assembler.cpp 650 void ArmToArm64Assembler::STR(int cc, int Rd, int Rn, uint32_t op_type)
990 "LDR","LDRB","LDRH","STR","STRB","STRH"
1024 LOG_INSTR("STR W%d, [SP, #%d]!\n", Rt, simm);
1026 LOG_INSTR("STR W%d, [X%d, #%d]!\n", Rt, Rn, simm);
    [all...]
MIPS64Assembler.cpp 249 // LDR(B)/STR(B)/PLD (immediate and Rm can be negative, which indicate U=0)
253 "LDR(B)/STR(B)/PLD immediate too big (%08x)",
263 "LDR(B)/STR(B)/PLD immediate too big (%08x)",
781 Rn = R_sp; // convert STR thru Arm SP to STR thru Mips SP
823 void ArmToMips64Assembler::STR(int cc, int Rd, int Rn, uint32_t offset)
835 Rn = R_sp; // convert STR thru Arm SP to SW thru Mips SP
    [all...]
MIPSAssembler.cpp 256 // LDR(B)/STR(B)/PLD (immediate and Rm can be negative, which indicate U=0)
260 "LDR(B)/STR(B)/PLD immediate too big (%08x)",
270 "LDR(B)/STR(B)/PLD immediate too big (%08x)",
789 Rn = R_sp; // convert STR thru Arm SP to STR thru Mips SP
831 void ArmToMipsAssembler::STR(int cc, int Rd, int Rn, uint32_t offset)
843 Rn = R_sp; // convert STR thru Arm SP to SW thru Mips SP
    [all...]
  /external/icu/icu4c/source/test/intltest/
numrgts.cpp 236 inline UnicodeString str(const char *input) function
444 UnicodeString str; local
736 * DecimalFormat.parse(String str, ParsePosition pp) loses precision
748 UnicodeString str("0.1234");
750 //Double d1 = new Double(str);
751 //Double d2 = (Double) df.parse(str, new ParsePosition(0));
754 df->parse(str, d2, pp);
778 /*UnicodeString str = Long.toString(Long.MIN_VALUE);
779 logln("Long.MIN_VALUE : " + df.parse(str, new ParsePosition(0)).toString());
781 Number num = df.parse(str, new ParsePosition(0))
870 UnicodeString str; local
2593 UnicodeString str; local
2598 logln(UnicodeString("Ok ") + NUM[i] + " x 0. = " + str); local
2621 UnicodeString str; local
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.c     [all...]
  /system/core/libpixelflinger/tests/arch-mips64/assembler/
mips64_assembler_test.cpp 543 case INSTR_STR: a64asm->STR(test.cond, Rd,Rn,op2); break;
  /external/v8/src/arm/
simulator-arm.cc 241 #define STR(a) #a
242 #define XSTR(a) STR(a)
610 #undef STR
    [all...]
  /external/v8/src/mips/
simulator-mips.cc 120 fprintf(coverage_log, "%s\n", str);
399 #define STR(a) #a
400 #define XSTR(a) STR(a)
838 #undef STR
    [all...]
  /external/v8/src/ppc/
simulator-ppc.cc 226 #define STR(a) #a
227 #define XSTR(a) STR(a)
682 #undef STR
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h 64 #define STRING_COMMA_LEN(STR) (STR), (sizeof (STR) - 1)
77 since there is no need to check for a NUL byte inside STR. We
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h 64 #define STRING_COMMA_LEN(STR) (STR), (sizeof (STR) - 1)
77 since there is no need to check for a NUL byte inside STR. We
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
bfd-in2.h 62 #define STRING_COMMA_LEN(STR) (STR), (sizeof (STR) - 1)
75 since there is no need to check for a NUL byte inside STR. We
    [all...]
  /external/v8/src/mips64/
simulator-mips64.cc 133 fprintf(coverage_log, "%s\n", str);
369 #define STR(a) #a
370 #define XSTR(a) STR(a)
775 #undef STR
    [all...]
  /external/llvm/test/MC/AArch64/
arm64-memory.s 81 str x4, [x3]
82 str x2, [sp, #32]
83 str w5, [x4, #20]
84 str b5, [sp, #1]
85 str h6, [sp, #2]
86 str s7, [sp, #4]
87 str d8, [sp, #8]
88 str q9, [sp, #16]
93 ; CHECK: str x4, [x3] ; encoding: [0x64,0x00,0x00,0xf9]
94 ; CHECK: str x2, [sp, #32] ; encoding: [0xe2,0x13,0x00,0xf9
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_vertprog.c 681 nvfx_vp_emit(vpc, arith(sat, VEC, STR, dst, mask, src[0], src[1], none));
    [all...]
  /system/core/libpixelflinger/tests/arch-arm64/assembler/
arm64_assembler_test.cpp 590 case INSTR_STR: a64asm->STR(test.cond, Rd,Rn,op2); break;
    [all...]
  /external/v8/src/arm64/
simulator-arm64.cc     [all...]
  /hardware/qcom/audio/hal/
audio_hw.c 76 #define XSTR(x) STR(x)
77 #define STR(x) #x
2048 char *str; local
2553 char *str; local
3107 char *str; local
3182 char *str; local
    [all...]

Completed in 4140 milliseconds

1 2 3 4 5 6 7 8 91011>>