HomeSort by relevance Sort by last modified time
    Searched refs:opcode (Results 601 - 625 of 1019) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/mmc/
mmc.h 24 u32 opcode; member in struct:mmc_command
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/mmc/
mmc.h 24 u32 opcode; member in struct:mmc_command
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/mmc/
mmc.h 24 u32 opcode; member in struct:mmc_command
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/mmc/
mmc.h 24 u32 opcode; member in struct:mmc_command
  /dalvik/dx/src/com/android/dx/dex/code/
OutputFinisher.java 340 * <li>picking a final opcode for each instruction</li>
369 * the opcode out of each instruction into a separate array, to be
393 * opcode selections
443 * opcode selections
465 * expanded opcode and reserve registers for it.
484 * Attempts to fit the given instruction into a specific opcode,
485 * returning the opcode whose format that the instruction fits
488 * opcode as a first "best guess" and then pessimizes from there
493 * opcode; {@code null} means that no simple opcode fit
716 Dop opcode = insn.getOpcode(); local
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
OutputFinisher.java 340 * <li>picking a final opcode for each instruction</li>
369 * the opcode out of each instruction into a separate array, to be
393 * opcode selections
443 * opcode selections
465 * expanded opcode and reserve registers for it.
484 * Attempts to fit the given instruction into a specific opcode,
485 * returning the opcode whose format that the instruction fits
488 * opcode as a first "best guess" and then pessimizes from there
493 * opcode; {@code null} means that no simple opcode fit
689 Dop opcode = insn.getOpcode(); local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bt_amp_hci.h 30 uint16 opcode; member in struct:amp_hci_cmd
38 /* AMP HCI CMD opcode layout */
40 #define HCI_CMD_OGF(opcode) ((uint8)(((opcode) >> 10) & 0x3F))
41 #define HCI_CMD_OCF(opcode) ((opcode) & 0x03FF)
212 uint16 opcode; member in struct:cmd_status_parms
217 uint16 opcode; member in struct:cmd_complete_parms
  /hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.c 264 static int read_command_complete(int fd, unsigned short opcode)
300 if (resp.cmd_complete.opcode != (unsigned short)opcode) {
301 UIM_ERR(" Error in response: opcode is 0x%04x, not 0x%04x!",
302 resp.cmd_complete.opcode, opcode);
453 cmd.hci_hdr.opcode = HCI_HDR_OPCODE;
491 addr_cmd.hci_hdr.opcode = WRITE_BD_ADDR_OPCODE;
  /hardware/ti/wpan/ti_st/uim-sysfs/
uim.c 202 static int read_command_complete(int fd, unsigned short opcode)
238 if (resp.cmd_complete.opcode != (unsigned short)opcode) {
239 UIM_ERR(" Error in response: opcode is 0x%04x, not 0x%04x!",
240 resp.cmd_complete.opcode, opcode);
436 cmd.hci_hdr.opcode = HCI_HDR_OPCODE;
473 addr_cmd.hci_hdr.opcode = WRITE_BD_ADDR_OPCODE;
  /dalvik/dx/src/com/android/dx/ssa/
SCCP.java 242 Rop opcode = insn.getOpcode(); local
249 if (opcode.getBranchingness() == Rop.BRANCH_IF) {
275 switch (opcode.getOpcode()) {
307 switch (opcode.getOpcode()) {
368 int opcode = insn.getOpcode().getOpcode(); local
405 switch (opcode) {
477 int opcode = insn.getOpcode().getOpcode(); local
482 if (opcode == RegOps.DIV || opcode == RegOps.REM) {
494 switch (opcode) {
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SCCP.java 242 Rop opcode = insn.getOpcode(); local
249 if (opcode.getBranchingness() == Rop.BRANCH_IF) {
275 switch (opcode.getOpcode()) {
307 switch (opcode.getOpcode()) {
368 int opcode = insn.getOpcode().getOpcode(); local
405 switch (opcode) {
477 int opcode = insn.getOpcode().getOpcode(); local
482 if (opcode == RegOps.DIV || opcode == RegOps.REM) {
494 switch (opcode) {
    [all...]
  /bionic/libc/kernel/common/linux/
coda.h 225 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
232 u_int32_t opcode; member in struct:coda_in_hdr
241 u_int32_t opcode; member in struct:coda_out_hdr
  /development/ndk/platforms/android-3/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /external/open-vcdiff/src/
codetable.cc 56 { { R, // opcode 0
78 { N, // opcode 0
100 { 0, // opcode 0
122 { 0, // opcode 0
144 { 0, // opcode 0
166 { 0, // opcode 0
188 bool VCDiffCodeTableData::ValidateOpcode(int opcode,
198 VCD_ERROR << "VCDiff: Bad code table; opcode " << opcode << " has invalid "
204 VCD_ERROR << "VCDiff: Bad code table; opcode " << opcode << " has invalid
    [all...]
  /external/openssl/crypto/sha/asm/
sha512-parisc.pl 698 { my $opcode=(0x14<<26)|($2<<21)|($3<<16)|(($1&0x1FF8)<<1)|(($1>>13)&1);
699 $opcode|=(1<<3) if ($mod =~ /^,m/);
700 $opcode|=(1<<2) if ($mod =~ /^,mb/);
701 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig;
711 { my $opcode=(0x1c<<26)|($3<<21)|($1<<16)|(($2&0x1FF8)<<1)|(($2>>13)&1);
712 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig;
723 { my $opcode=(0x36<<26)|($1<<21)|($4<<16);
725 $opcode |= (($2&0x20)<<6)|(($2&0x1f)<<5); # encode pos
726 $opcode |= (($len&0x20)<<7)|($len&0x1f); # encode len
727 sprintf "\t.WORD\t0x%08x\t; %s",$opcode,$orig
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
coda.h 203 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
213 u_int32_t opcode; member in struct:coda_in_hdr
221 u_int32_t opcode; member in struct:coda_out_hdr

Completed in 2466 milliseconds

<<21222324252627282930>>