HomeSort by relevance Sort by last modified time
    Searched refs:rw (Results 26 - 50 of 242) sorted by null

12 3 4 5 6 7 8 910

  /external/qemu/target-mips/
helper.c 39 target_ulong address, int rw, int access_type)
48 target_ulong address, int rw, int access_type)
66 target_ulong address, int rw, int access_type)
94 if (rw == 0 || (n ? tlb->D1 : tlb->D0)) {
110 int rw, int access_type)
133 ret = env->tlb->map_address(env, physical, prot, address, rw, access_type);
139 ret = env->tlb->map_address(env, physical, prot, address, rw, access_type);
147 ret = env->tlb->map_address(env, physical, prot, address, rw, access_type);
164 ret = env->tlb->map_address(env, physical, prot, address, rw, access_type);
188 ret = env->tlb->map_address(env, physical, prot, address, rw, access_type)
    [all...]
cpu.h 42 int (*map_address) (struct CPUMIPSState *env, target_phys_addr_t *physical, int *prot, target_ulong address, int rw, int access_type);
469 target_ulong address, int rw, int access_type);
471 target_ulong address, int rw, int access_type);
473 target_ulong address, int rw, int access_type);
628 int cpu_mips_handle_mmu_fault (CPUState *env, target_ulong address, int rw,
633 int rw);
  /packages/apps/Camera/src/com/android/camera/ui/
FaceView.java 182 int rw = sn.getUncroppedRenderWidth(); local
185 if (((rh > rw) && ((mDisplayOrientation == 0) || (mDisplayOrientation == 180)))
186 || ((rw > rh) && ((mDisplayOrientation == 90) || (mDisplayOrientation == 270)))) {
187 int temp = rw;
188 rw = rh;
191 Util.prepareMatrix(mMatrix, mMirror, mDisplayOrientation, rw, rh);
192 int dx = (getWidth() - rw) / 2;
  /external/blktrace/btreplay/
btrecord.h 44 * @rw: IO direction: 0 = write, 1 = read
49 __u32 rw; member in struct:io_pkt
  /external/libnfc-nxp/inc/
phNfcLlcpTypes.h 44 #define PHFRINFC_LLCP_RW_DEFAULT 1 /**< Default RW value (in frames).*/
50 #define PHFRINFC_LLCP_RW_MAX 15 /**< Max RW value (in frames).*/
116 uint8_t rw; member in struct:phFriNfc_LlcpTransport_sSocketOptions
  /frameworks/base/opengl/java/android/opengl/
GLU.java 171 float rw = 1.0f / w; local
175 * (scratch[V2_OFFSET + 0] * rw + 1.0f)
179 * (scratch[V2_OFFSET + 1] * rw + 1.0f) * 0.5f;
180 win[winOffset + 2] = (scratch[V2_OFFSET + 2] * rw + 1.0f) * 0.5f;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_video.h 86 struct nouveau_bufctx *ctx, int bin, uint32_t rw)
90 NOUVEAU_BO_LOW | (bo->flags & NOUVEAU_BO_APER) | rw,
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.h 86 struct nouveau_bufctx *ctx, int bin, uint32_t rw)
90 NOUVEAU_BO_LOW | (bo->flags & NOUVEAU_BO_APER) | rw,
  /hardware/invensense/60xx/mlsdk/platform/include/
i2c.h 88 void set_i2c_open_cb(int (*func)(const char *dev, int rw));
103 int i2c_open (const char *dev, int rw);
  /external/chromium_org/content/shell/
shell_win.cc 141 RECT rc, rw; local
143 GetWindowRect(window_, &rw);
146 int window_width = rw.right - rw.left;
150 int window_height = rw.bottom - rw.top;
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcManager.java 178 int rw, int linearBufferLength);
181 int rw, int linearBufferLength) throws LlcpException {
182 LlcpServerSocket socket = doCreateLlcpServiceSocket(nSap, sn, miu, rw, linearBufferLength);
201 private native NativeLlcpSocket doCreateLlcpSocket(int sap, int miu, int rw,
204 public LlcpSocket createLlcpSocket(int sap, int miu, int rw,
206 LlcpSocket socket = doCreateLlcpSocket(sap, miu, rw, linearBufferLength);
  /external/libnfc-nci/src/nfa/p2p/
nfa_p2p_api.c 208 UINT8 rw)
213 P2P_TRACE_API3 ("NFA_P2pAcceptConn (): handle:0x%02X, MIU:%d, RW:%d", handle, miu, rw);
245 p_msg->rw = rw;
382 UINT8 rw)
387 P2P_TRACE_API4 ("NFA_P2pConnectByName (): client_handle:0x%x, SN:<%s>, MIU:%d, RW:%d",
388 client_handle, p_service_name, miu, rw);
415 p_msg->rw = rw;
    [all...]
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcManager.java 242 int rw, int linearBufferLength);
245 int rw, int linearBufferLength) throws LlcpException {
246 LlcpServerSocket socket = doCreateLlcpServiceSocket(nSap, sn, miu, rw, linearBufferLength);
265 private native NativeLlcpSocket doCreateLlcpSocket(int sap, int miu, int rw,
268 public LlcpSocket createLlcpSocket(int sap, int miu, int rw,
270 LlcpSocket socket = doCreateLlcpSocket(sap, miu, rw, linearBufferLength);
  /packages/apps/Nfc/src/com/android/nfc/
DeviceHost.java 222 int rw, int linearBufferLength) throws LlcpException;
224 public LlcpSocket createLlcpSocket(int sap, int miu, int rw,
  /external/blktrace/
blkparse.c 1178 int rw)
1180 if (rw) {
1190 int rw)
1192 __account_m(&pci->io_stats, t, rw);
1197 __account_m(ios, t, rw);
1202 struct blk_io_trace *t, int rw)
1204 if (rw) {
1214 struct per_cpu_info *pci, int rw)
1216 __account_pc_queue(&pci->io_stats, t, rw);
1221 __account_pc_queue(ios, t, rw);
    [all...]
  /external/oprofile/libdb/
db_manage.c 175 int odb_open(odb_t * odb, char const * filename, enum odb_rw rw,
184 int flags = (rw == ODB_RDWR) ? (O_CREAT | O_RDWR) : O_RDONLY;
185 int mmflags = (rw == ODB_RDWR) ? (PROT_READ | PROT_WRITE) : PROT_READ;
217 if (rw == ODB_RDONLY) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pipes.py 152 def open(self, file, rw):
153 """t.open(file, rw) returns a pipe or file object open for
155 if rw == 'r':
157 if rw == 'w':
160 'Template.open: rw must be \'r\' or \'w\', not %r' % (rw,)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pipes.py 152 def open(self, file, rw):
153 """t.open(file, rw) returns a pipe or file object open for
155 if rw == 'r':
157 if rw == 'w':
160 'Template.open: rw must be \'r\' or \'w\', not %r' % (rw,)
  /external/chromium_org/third_party/openssl/openssl/apps/
openssl.c 159 int rw; local
161 rw = mode & (CRYPTO_READ|CRYPTO_WRITE);
162 if (!((rw == CRYPTO_READ) || (rw == CRYPTO_WRITE)))
184 modes[type] = rw;
194 if (modes[type] != rw)
196 errstr = (rw == CRYPTO_READ) ?
  /external/openssl/apps/
openssl.c 159 int rw; local
161 rw = mode & (CRYPTO_READ|CRYPTO_WRITE);
162 if (!((rw == CRYPTO_READ) || (rw == CRYPTO_WRITE)))
184 modes[type] = rw;
194 if (modes[type] != rw)
196 errstr = (rw == CRYPTO_READ) ?
  /external/libnfc-nci/src/nfc/llcp/
llcp_util.c 432 if (p_params->rw != LLCP_DEFAULT_RW)
434 rw_len = 3; /* TYPE, LEN, 1 byte RW */
435 p_params->rw &= 0x0F; /* only 4 bits */
464 UINT8_TO_BE_STREAM (p, p_params->rw);
497 p_params->rw = LLCP_DEFAULT_RW;
519 BE_STREAM_TO_UINT8 (p_params->rw, p);
520 p_params->rw &= 0x0F;
522 LLCP_TRACE_DEBUG1 ("llcp_util_parse_connect (): LLCP_RW_TYPE:%d", p_params->rw);
588 if (p_params->rw != LLCP_DEFAULT_RW)
591 p_params->rw &= 0x0F
    [all...]
  /external/blktrace/btt/
seek.c 45 static FILE *seek_open(char *str, char rw)
53 sprintf(oname, "%s_%s_%c.dat", seek_name, str, rw);
254 char rw = IOP_READ(iop) ? 'r' : 'w'; local
260 fprintf(fp, "%15.9lf %13lld %c\n", tstamp, dist, rw);
262 fprintf(sip->cfp, "%15.9lf %13lld %c\n", tstamp, dist, rw);
  /frameworks/native/opengl/libagl/
vertex.cpp 69 const int32_t rw = gglRecip28(v->clip.w); local
71 v->window.w = rw;
72 v->window.x = gglMulAddx(gglMulx(v->clip.x, rw, 16), m[ 0], m[12], 28);
73 v->window.y = gglMulAddx(gglMulx(v->clip.y, rw, 16), m[ 5], m[13], 28);
77 v->window.z = gglMulAddx(gglMulx(v->clip.z, rw, 16), m[10], m[14], 28);
  /external/valgrind/main/coregrind/
vgdb.c 560 int rw; local
586 rw = ptrace_read_memory(pid, vgt+off_status,
589 if (rw != 0) {
590 ERROR(rw, "status ptrace_read_memory\n");
594 rw = ptrace_read_memory(pid, vgt+off_lwpid,
597 if (rw != 0) {
598 ERROR(rw, "lwpid ptrace_read_memory\n");
940 int rw; local
945 rw = ptrace_write_memory(pid, sp,
948 if (rw != 0)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageStraighten.java 193 double rw = outRect.width(); local
195 double h1 = rh * rh / (rw * sina + rh * cosa);
196 double h2 = rh * rw / (rw * cosa + rh * sina);
198 double ww = hh * rw / rh;
199 float left = (float) ((rw - ww) * 0.5f);

Completed in 1488 milliseconds

12 3 4 5 6 7 8 910