HomeSort by relevance Sort by last modified time
    Searched refs:pt (Results 1 - 25 of 242) sorted by null

1 2 3 4 5 6 7 8 910

  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_syswm.cc 49 BPoint pt; local
52 pt.x = x;
53 pt.y = y;
55 SDL_Win->ConvertToScreen(&pt);
57 set_mouse_position((int)pt.x, (int)pt.y);
65 BPoint pt; local
66 pt.x = (SDL_VideoSurface->w/2);
67 pt.y = (SDL_VideoSurface->h/2);
69 SDL_Win->ConvertToScreen(&pt);
    [all...]
  /bionic/libc/tzcode/
strftime.c 196 _fmt(format, t, pt, ptlim, warnp, locale)
199 char * pt;
213 pt = _add((t->tm_wday < 0 ||
216 pt, ptlim, modifier);
219 pt = _add((t->tm_wday < 0 ||
222 pt, ptlim, modifier);
226 pt = _add((t->tm_mon < 0 ||
229 pt, ptlim, modifier);
231 pt = _add((t->tm_mon < 0 ||
234 pt, ptlim, modifier)
    [all...]
  /external/yaffs2/yaffs2/
yaffs_packedtags1.c 4 void yaffs_PackTags1(yaffs_PackedTags1 * pt, const yaffs_ExtendedTags * t)
6 pt->chunkId = t->chunkId;
7 pt->serialNumber = t->serialNumber;
8 pt->byteCount = t->byteCount;
9 pt->objectId = t->objectId;
10 pt->ecc = 0;
11 pt->deleted = (t->chunkDeleted) ? 0 : 1;
12 pt->unusedStuff = 0;
13 pt->shouldBeFF = 0xFFFFFFFF;
17 void yaffs_UnpackTags1(yaffs_ExtendedTags * t, const yaffs_PackedTags1 * pt)
    [all...]
yaffs_packedtags2.c 46 static void yaffs_DumpPackedTags2(const yaffs_PackedTags2 * pt)
50 pt->t.objectId, pt->t.chunkId, pt->t.byteCount,
51 pt->t.sequenceNumber));
66 void yaffs_PackTags2(yaffs_PackedTags2 * pt, const yaffs_ExtendedTags * t)
68 pt->t.chunkId = t->chunkId;
69 pt->t.sequenceNumber = t->sequenceNumber;
70 pt->t.byteCount = t->byteCount;
71 pt->t.objectId = t->objectId
    [all...]
yaffs_packedtags1.h 20 void yaffs_PackTags1(yaffs_PackedTags1 * pt, const yaffs_ExtendedTags * t);
21 void yaffs_UnpackTags1(yaffs_ExtendedTags * t, const yaffs_PackedTags1 * pt);
yaffs_packedtags2.h 21 void yaffs_PackTags2(yaffs_PackedTags2 * pt, const yaffs_ExtendedTags * t);
22 void yaffs_UnpackTags2(yaffs_ExtendedTags * t, yaffs_PackedTags2 * pt);
  /external/dropbear/libtomcrypt/src/encauth/eax/
eax_decrypt.c 24 @param pt [out] The plaintext
28 int eax_decrypt(eax_state *eax, const unsigned char *ct, unsigned char *pt,
34 LTC_ARGCHK(pt != NULL);
43 return ctr_decrypt(ct, pt, length, &eax->ctr);
eax_encrypt.c 23 @param pt The plaintext to encrypt
28 int eax_encrypt(eax_state *eax, const unsigned char *pt, unsigned char *ct,
34 LTC_ARGCHK(pt != NULL);
38 if ((err = ctr_encrypt(pt, ct, length, &eax->ctr)) != CRYPT_OK) {
  /external/dropbear/libtomcrypt/src/encauth/ocb/
ocb_done_encrypt.c 23 @param pt Remaining plaintext (if any)
30 int ocb_done_encrypt(ocb_state *ocb, const unsigned char *pt, unsigned long ptlen,
34 LTC_ARGCHK(pt != NULL);
38 return s_ocb_done(ocb, pt, ptlen, ct, tag, taglen, 0);
  /external/dropbear/libtomcrypt/src/modes/ctr/
ctr_decrypt.c 23 @param pt [out] Plaintext
28 int ctr_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_CTR *ctr)
30 LTC_ARGCHK(pt != NULL);
34 return ctr_encrypt(ct, pt, len, ctr);
  /external/dropbear/libtomcrypt/src/modes/f8/
f8_decrypt.c 23 @param pt [out] Plaintext
28 int f8_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_F8 *f8)
30 LTC_ARGCHK(pt != NULL);
33 return f8_encrypt(ct, pt, len, f8);
  /external/dropbear/libtomcrypt/src/modes/ofb/
ofb_decrypt.c 23 @param pt [out] Plaintext
28 int ofb_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_OFB *ofb)
30 LTC_ARGCHK(pt != NULL);
33 return ofb_encrypt(ct, pt, len, ofb);
  /system/core/libcutils/
tzstrftime.c 146 _fmt(format, t, pt, ptlim, warnp, Locale)
149 char * pt;
163 pt = _add((t->tm_wday < 0 ||
166 pt, ptlim, modifier);
169 pt = _add((t->tm_wday < 0 ||
172 pt, ptlim, modifier);
176 pt = _add((t->tm_mon < 0 ||
179 pt, ptlim, modifier);
181 pt = _add((t->tm_mon < 0 ||
184 pt, ptlim, modifier)
    [all...]
  /external/quake/quake/src/QW/gas2masm/
gas2masm.c 106 char *pt; local
109 pt = tokens[tnum];
111 if (pt[0] == '%')
116 if (!strcmpi (pt, reglist[i].text))
123 fprintf (stderr, "Error: bad register %s\n", pt);
126 else if (pt[0] == '$')
129 if (pt[1] == '(')
131 if ((pt[2] > '9') || (pt[2] < '0'))
138 while ((pt[i] != ')') || (parencount > 1))
    [all...]
  /external/quake/quake/src/WinQuake/gas2masm/
gas2masm.c 106 char *pt; local
109 pt = tokens[tnum];
111 if (pt[0] == '%')
116 if (!strcmpi (pt, reglist[i].text))
123 fprintf (stderr, "Error: bad register %s\n", pt);
126 else if (pt[0] == '$')
129 if (pt[1] == '(')
131 if ((pt[2] > '9') || (pt[2] < '0'))
138 while ((pt[i] != ')') || (parencount > 1))
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/proto/
802.11e.h 97 #define WLC_CAC_GET_TID(pt) ((((pt).octets[0]) & TS_INFO_TID_MASK) >> TS_INFO_TID_SHIFT)
98 #define WLC_CAC_GET_DIR(pt) ((((pt).octets[0]) & \
100 #define WLC_CAC_GET_PSB(pt) ((((pt).octets[1]) & TS_INFO_PSB_MASK) >> TS_INFO_PSB_SHIFT)
101 #define WLC_CAC_GET_USER_PRIO(pt) ((((pt).octets[1]) & \
104 #define WLC_CAC_SET_TID(pt, id) ((((pt).octets[0]) & (~TS_INFO_TID_MASK)) |
    [all...]
  /external/dropbear/libtomcrypt/src/modes/lrw/
lrw_decrypt.c 23 @param pt [out] The plaintext
27 int lrw_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_LRW *lrw)
31 LTC_ARGCHK(pt != NULL);
40 return cipher_descriptor[lrw->cipher].accel_lrw_decrypt(ct, pt, len, lrw->IV, lrw->tweak, &lrw->key);
43 return lrw_process(ct, pt, len, LRW_DECRYPT, lrw);
lrw_encrypt.c 22 @param pt The plaintext
27 int lrw_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_LRW *lrw)
31 LTC_ARGCHK(pt != NULL);
40 return cipher_descriptor[lrw->cipher].accel_lrw_encrypt(pt, ct, len, lrw->IV, lrw->tweak, &lrw->key);
43 return lrw_process(pt, ct, len, LRW_ENCRYPT, lrw);
  /external/dropbear/libtomcrypt/src/modes/ecb/
ecb_decrypt.c 23 @param pt [out] Plaintext
28 int ecb_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_ECB *ecb)
31 LTC_ARGCHK(pt != NULL);
43 return cipher_descriptor[ecb->cipher].accel_ecb_decrypt(ct, pt, len / cipher_descriptor[ecb->cipher].block_length, &ecb->key);
46 if ((err = cipher_descriptor[ecb->cipher].ecb_decrypt(ct, pt, &ecb->key)) != CRYPT_OK) {
49 pt += cipher_descriptor[ecb->cipher].block_length;
ecb_encrypt.c 22 @param pt Plaintext
28 int ecb_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_ECB *ecb)
31 LTC_ARGCHK(pt != NULL);
43 return cipher_descriptor[ecb->cipher].accel_ecb_encrypt(pt, ct, len / cipher_descriptor[ecb->cipher].block_length, &ecb->key);
46 if ((err = cipher_descriptor[ecb->cipher].ecb_encrypt(pt, ct, &ecb->key)) != CRYPT_OK) {
49 pt += cipher_descriptor[ecb->cipher].block_length;
  /external/openssl/crypto/aes/
aes_locl.h 70 # define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ ((u32)(pt)[2] << 8) ^ ((u32)(pt)[3]))
  /external/dropbear/libtomcrypt/src/modes/cfb/
cfb_decrypt.c 23 @param pt [out] Plaintext
28 int cfb_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_CFB *cfb)
32 LTC_ARGCHK(pt != NULL);
54 *pt = *ct ^ cfb->IV[cfb->padlen];
55 ++pt;
cfb_encrypt.c 22 @param pt Plaintext
28 int cfb_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_CFB *cfb)
32 LTC_ARGCHK(pt != NULL);
53 cfb->pad[cfb->padlen] = (*ct = *pt ^ cfb->IV[cfb->padlen]);
54 ++pt;
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_cipher.h 340 @param pt The plaintext
345 int (*ecb_encrypt)(const unsigned char *pt, unsigned char *ct, symmetric_key *skey);
348 @param pt [out] The plaintext
352 int (*ecb_decrypt)(const unsigned char *ct, unsigned char *pt, symmetric_key *skey);
371 @param pt Plaintext
377 int (*accel_ecb_encrypt)(const unsigned char *pt, unsigned char *ct, unsigned long blocks, symmetric_key *skey);
380 @param pt Plaintext
386 int (*accel_ecb_decrypt)(const unsigned char *ct, unsigned char *pt, unsigned long blocks, symmetric_key *skey);
389 @param pt Plaintext
396 int (*accel_cbc_encrypt)(const unsigned char *pt, unsigned char *ct, unsigned long blocks, unsigned char *IV, symmetric_key *skey)
    [all...]
  /external/stlport/src/
num_put_float.cpp 216 static inline char* _Stl_ecvtR(double x, int n, int* pt, int* sign, char* buf)
217 { return ecvtbuf(x, n, pt, sign, buf); }
218 static inline char* _Stl_fcvtR(double x, int n, int* pt, int* sign, char* buf)
219 { return fcvtbuf(x, n, pt, sign, buf); }
224 static inline char* _Stl_ecvtR(long double x, int n, int* pt, int* sign, char* buf)
225 { return ecvtbuf(x, n, pt, sign, buf); }
226 static inline char* _Stl_fcvtR(long double x, int n, int* pt, int* sign, char* buf)
227 { return fcvtbuf(x, n, pt, sign, buf); }
231 static inline char* _Stl_ecvtR(double x, int n, int* pt, int* sign, char* buf, size_t bsize)
232 { return ecvt_r(x, n, pt, sign, buf, bsize) == 0 ? buf : 0;
    [all...]

Completed in 656 milliseconds

1 2 3 4 5 6 7 8 910