HomeSort by relevance Sort by last modified time
    Searched full:rsrc (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/llvm/lib/Target/CellSPU/
SPU128InstrInfo.td 8 def : Pat<(i128 (zext R32C:$rSrc)),
9 (ROTQMBYIr128_zext_r32 R32C:$rSrc, 12)>;
12 def : Pat<(i128 (zext R64C:$rSrc)),
13 (ROTQMBYIr128_zext_r64 R64C:$rSrc, 8)>;
16 def : Pat<(i128 (zext R16C:$rSrc)),
17 (ROTQMBYIr128_zext_r32 (ANDi16i32 R16C:$rSrc, (ILAr32 0xffff)), 12)>;
20 def : Pat<(i128 (zext R8C:$rSrc)),
21 (ROTQMBYIr128_zext_r32 (ANDIi8i32 R8C:$rSrc, 0xf), 12)>;
24 def : Pat<(i128 (anyext R32C:$rSrc)),
25 (ROTQMBYIr128_zext_r32 R32C:$rSrc, 12)>
    [all...]
SPUInstrInfo.td     [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.cpp 778 int rIndex, int rSrc, int scale, OpSize size)
780 bool allLowRegs = LOWREG(rBase) && LOWREG(rIndex) && LOWREG(rSrc);
786 if (FPREG(rSrc)) {
787 assert(SINGLEREG(rSrc));
805 store = newLIR3(cUnit, opcode, rSrc, regPtr, 0);
826 store = newLIR3(cUnit, opcode, rSrc, rBase, rIndex);
828 store = newLIR4(cUnit, opcode, rSrc, rBase, rIndex, scale);
977 int displacement, int rSrc, int rSrcHi,
984 bool allLowRegs = (LOWREG(rBase) && LOWREG(rSrc));
    [all...]
  /external/svox/pico/lib/
picorsrc.c 57 * shortcut : rsrc
259 static pico_status_t findResource(picorsrc_ResourceManager this, picoos_char * resourceName, picorsrc_Resource * rsrc) {
268 *rsrc = r;
691 picorsrc_Resource r1, r2, rsrc; local
696 rsrc = *resource;
699 if (rsrc->lockCount > 0) {
703 if (rsrc->file != NULL) {
704 picoos_CloseBinary(this->common, &rsrc->file);
706 if (NULL != rsrc->raw_mem) {
707 picoos_deallocProtMem(this->common->mm, (void *) &rsrc->raw_mem)
932 picorsrc_Resource rsrc; local
    [all...]
picorsrc.h 120 pico_status_t picorsrc_unloadResource(picorsrc_ResourceManager this, picorsrc_Resource * rsrc);
  /dalvik/vm/compiler/codegen/arm/Thumb/
Factory.cpp 33 int displacement, int rSrc);
513 int rIndex, int rSrc, int scale, OpSize size)
539 res = newLIR3(cUnit, opcode, rSrc, rBase, rNewIndex);
714 int displacement, int rSrc, int rSrcHi,
774 store = res = newLIR3(cUnit, opcode, rSrc, rBase, encodedDisp);
782 store = newLIR3(cUnit, kThumbStrRRI5, rSrc, rScratch, 0);
786 store = newLIR3(cUnit, opcode, rSrc, rBase, rScratch);
808 int displacement, int rSrc, OpSize size)
810 return storeBaseDispBody(cUnit, rBase, displacement, rSrc, -1, size);
839 static ArmLIR* genRegCopyNoInsert(CompilationUnit *cUnit, int rDest, int rSrc)
    [all...]
  /dalvik/vm/compiler/codegen/arm/
Codegen.h 65 int rSrc);
CodegenDriver.cpp     [all...]
  /dalvik/vm/compiler/codegen/
Ralloc.h 216 extern ArmLIR* dvmCompilerRegCopy(CompilationUnit *cUnit, int rDest, int rSrc);
222 int displacement, int rSrc, OpSize size);
CodegenFactory.cpp 43 int displacement, int rSrc)
45 return storeBaseDisp(cUnit, rBase, displacement, rSrc, kWord);
  /frameworks/base/docs/html/guide/topics/manifest/
meta-data-element.jd 9 android:<a href="#rsrc">resource</a>="<i>resource specification</i>"
58 <dt><a name="rsrc"></a>{@code android:resource}</dt>
  /external/iproute2/ip/
iproute.c 104 inet_prefix rsrc; member in struct:__anon6687
197 if (filter.rsrc.family &&
198 (r->rtm_family != filter.rsrc.family || filter.rsrc.bitlen > r->rtm_src_len))
213 if (filter.rsrc.family || filter.msrc.family) {
238 if (filter.rsrc.family && inet_addr_match(&src, &filter.rsrc, filter.rsrc.bitlen))
1140 get_prefix(&filter.rsrc, *argv, do_ipv6);
    [all...]
  /external/qemu-pc-bios/bochs/
Makefile.in 479 @RMCOMMAND@ build/macosx/Info.plist build/macosx/script_compiled.rsrc
568 SCRIPT_COMPILED_RSRC=$(MACOSX_STUFF)/script_compiled.rsrc
603 echo resource > test_hfsplus/rsrc
609 # checked into CVS as script_compiled.rsrc. Note that we don't need
617 $(CP) tmpscript/rsrc $(SCRIPT_COMPILED_RSRC)
626 $(CP) $(SCRIPT_COMPILED_RSRC) $(SCRIPT_EXEC)/rsrc
639 $(REZ) $(REZ_ARGS) $(MACOSX_STUFF_SRCDIR)/bochs.r -o $(APP)/Contents/Resources/bochs.rsrc
641 ls -ld $(APP) $(SCRIPT_EXEC) $(SCRIPT_EXEC)/rsrc
672 copyattr -t ICON BeBochs.rsrc bochs
673 copyattr -t MICN BeBochs.rsrc boch
    [all...]
  /dalvik/vm/compiler/codegen/x86/
CodegenDriver.cpp 32 int displacement, int rSrc);
  /external/webkit/Tools/android/flex-2.5.4a/MISC/Macintosh/
THINK_C_notes 91 a resource file called "Flex.?.rsrc" is created in the current directory.
  /external/valgrind/main/coregrind/
launcher-aix5.c 91 /* Read len bytes from target's rsrc to local ldst. Returns True if
94 Bool ptrace_READ_BLOCK ( Child* ch, Int len, void* ldst, Addr64 rsrc )
98 r = ptrace64( PT_READ_BLOCK, (ULong)ch->pid, rsrc, len, ldst );
259 static Bool ptrace_read_page ( Child* child, UChar* ldst, Addr64 rsrc )
264 assert(IS_PAGE_ALIGNED(rsrc));
267 err = ptrace_READ_BLOCK(child, 1024, ldst + off, rsrc + off);
271 err = ptrace_READ_BLOCK(child, 1024, ldst + off, rsrc + off);
275 err = ptrace_READ_BLOCK(child, 1024, ldst + off, rsrc + off);
279 err = ptrace_READ_BLOCK(child, 1024, ldst + off, rsrc + off);
    [all...]
  /external/freetype/src/base/
ftrfork.c 546 FT_MEM_COPY( newpath + base_file_len, "/rsrc", 6 );
582 FT_MEM_COPY( newpath + base_file_len, "/..namedfork/rsrc", 18 );
  /build/libs/host/
CopyFile.c 306 strcat(srcRsrcName, "/rsrc");
310 strcat(dstRsrcName, "/rsrc");
313 DBUG(("--- RSRC: %s --> %s\n", srcRsrcName, dstRsrcName));
  /external/kernel-headers/original/linux/
pci.h 734 const struct resource *rsrc, resource_size_t *start,
737 *start = rsrc->start;
738 *end = rsrc->end;
  /frameworks/base/core/java/android/widget/
ImageView.java 533 Resources rsrc = getResources(); local
534 if (rsrc == null) {
542 d = rsrc.getDrawable(mResource);
    [all...]
  /external/valgrind/main/none/tests/arm/
v6intARM.c 651 /* bfi rDst, rSrc, #lsb-in-dst, #number-of-bits-to-copy */
687 /* sbfx rDst, rSrc, #lsb, #width */
713 /* ubfx rDst, rSrc, #lsb, #width */
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-addr2line 
i686-linux-strings 
  /external/webkit/LayoutTests/http/conf/
apache2-debian-httpd.conf 326 <Files "rsrc">
apache2-httpd.conf 347 <Files "rsrc">

Completed in 678 milliseconds

1 2 3 4