HomeSort by relevance Sort by last modified time
    Searched refs:u32 (Results 201 - 225 of 1432) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/test/MC/ARM/
neont2-cmp-encoding.s 7 @ CHECK: vcvt.u32.f32 d16, d16 @ encoding: [0xfb,0xff,0xa0,0x07]
8 vcvt.u32.f32 d16, d16
11 @ CHECK: vcvt.f32.u32 d16, d16 @ encoding: [0xfb,0xff,0xa0,0x06]
12 vcvt.f32.u32 d16, d16
15 @ CHECK: vcvt.u32.f32 q8, q8 @ encoding: [0xfb,0xff,0xe0,0x07]
16 vcvt.u32.f32 q8, q8
19 @ CHECK: vcvt.f32.u32 q8, q8 @ encoding: [0xfb,0xff,0xe0,0x06]
20 vcvt.f32.u32 q8, q8
23 @ CHECK: vcvt.u32.f32 d16, d16, #1 @ encoding: [0xff,0xff,0x30,0x0f]
24 vcvt.u32.f32 d16, d16, #
    [all...]
neont2-convert-encoding.s 7 @ CHECK: vcvt.u32.f32 d16, d16 @ encoding: [0xfb,0xff,0xa0,0x07]
8 vcvt.u32.f32 d16, d16
11 @ CHECK: vcvt.f32.u32 d16, d16 @ encoding: [0xfb,0xff,0xa0,0x06]
12 vcvt.f32.u32 d16, d16
15 @ CHECK: vcvt.u32.f32 q8, q8 @ encoding: [0xfb,0xff,0xe0,0x07]
16 vcvt.u32.f32 q8, q8
19 @ CHECK: vcvt.f32.u32 q8, q8 @ encoding: [0xfb,0xff,0xe0,0x06]
20 vcvt.f32.u32 q8, q8
23 @ CHECK: vcvt.u32.f32 d16, d16, #1 @ encoding: [0xff,0xff,0x30,0x0f]
24 vcvt.u32.f32 d16, d16, #
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_11_auth.h 20 const u8 *msg, size_t len, u32 *session_timeout,
21 u32 *acct_interim_interval, int *vlan_id,
  /external/wpa_supplicant_8/wpa_supplicant/
hs20_supplicant.h 13 int hs20_anqp_send_req(struct wpa_supplicant *wpa_s, const u8 *dst, u32 stypes,
15 struct wpabuf * hs20_build_anqp_req(u32 stypes, const u8 *payload,
  /external/kernel-headers/original/linux/
futex.h 96 long do_futex(u32 __user *uaddr, int op, u32 val, unsigned long timeout,
97 u32 __user *uaddr2, u32 val2, u32 val3);
100 handle_futex_death(u32 __user *uaddr, struct task_struct *curr, int pi);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_sei.c 69 static const u32 numClockTS[9] = {1,1,1,2,2,3,3,2,3};
70 static const u32 ceilLog2NumSliceGroups[9] = {0,1,1,2,2,3,3,3,3};
76 static u32 DecodeBufferingPeriod(
79 u32 cpbCnt,
80 u32 initialCpbRemovalDelayLength,
81 u32 nalHrdBpPresentFlag,
82 u32 vclHrdBpPresentFlag);
84 static u32 DecodePictureTiming(
87 u32 cpbRemovalDelayLength,
88 u32 dpbOutputDelayLength
    [all...]
h264bsd_dpb.c 91 static u32 Mmcop1(dpbStorage_t *dpb, u32 currPicNum, u32 differenceOfPicNums);
93 static u32 Mmcop2(dpbStorage_t *dpb, u32 longTermPicNum);
95 static u32 Mmcop3(dpbStorage_t *dpb, u32 currPicNum, u32 differenceOfPicNums,
96 u32 longTermFrameIdx);
98 static u32 Mmcop4(dpbStorage_t *dpb, u32 maxLongTermFrameIdx)
    [all...]
h264bsd_slice_data.c 52 static void SetMbParams(mbStorage_t *pMb, sliceHeader_t *pSlice, u32 sliceId,
85 u32 h264bsdDecodeSliceData(strmData_t *pStrmData, storage_t *pStorage,
93 u32 tmp;
94 u32 skipRun;
95 u32 prevSkipped;
96 u32 currMbAddr;
97 u32 moreMbs;
98 u32 mbCount;
253 void SetMbParams(mbStorage_t *pMb, sliceHeader_t *pSlice, u32 sliceId,
258 u32 tmp1
    [all...]
DecTestBench.c 39 void WriteOutput(char *filename, u8 *data, u32 picSize);
40 u32 NextPacket(u8 **pStrm);
41 u32 CropPicture(u8 *pOutImage, u8 *pInImage,
42 u32 picWidth, u32 picHeight, CropParams *pCropParams);
46 u32 packetize = 0;
47 u32 nalUnitStream = 0;
86 u32 i, tmp;
87 u32 maxNumPics = 0;
91 u32 strmLen
    [all...]
h264bsd_macroblock_layer.c 71 static const u32 chromaIndex[8] = { 256, 260, 288, 292, 320, 324, 352, 356 };
72 static const u32 lumaIndex[16] = { 0, 4, 64, 68,
78 static const u32 dcCoeffIndex[16] =
85 static u32 DecodeMbPred(strmData_t *pStrmData, mbPred_t *pMbPred,
86 mbType_e mbType, u32 numRefIdxActive);
87 static u32 DecodeSubMbPred(strmData_t *pStrmData, subMbPred_t *pSubMbPred,
88 mbType_e mbType, u32 numRefIdxActive);
89 static u32 DecodeResidual(strmData_t *pStrmData, residual_t *pResidual,
90 mbStorage_t *pMb, mbType_e mbType, u32 codedBlockPattern);
93 static u32 DetermineNc(mbStorage_t *pMb, u32 blockIndex, u8 *pTotalCoeff)
    [all...]
  /external/kernel-headers/original/linux/sunrpc/
svc.h 81 static inline u32 svc_getu32(struct kvec *iov)
83 u32 val, *vp;
87 iov->iov_len -= sizeof(u32);
93 u32 *vp = (u32 *)iov->iov_base;
98 static inline void svc_putu32(struct kvec *iov, u32 val)
100 u32 *vp = iov->iov_base + iov->iov_len;
102 iov->iov_len += sizeof(u32);
133 u32 rq_xid; /* transmission id */
134 u32 rq_prog; /* program number *
    [all...]
  /system/extras/ext4_utils/
indirect.c 42 u32 region_block;
43 u32 region_len;
44 u32 len;
103 static void fill_indirect_block(u32 *ind_block, int len, struct block_allocation *alloc)
111 static void fill_dindirect_block(u32 *dind_block, int len, struct block_allocation *alloc)
114 u32 ind_block;
125 u32 *ind_block_data = calloc(info.block_size, 1);
141 static void fill_tindirect_block(u32 *tind_block, int len, struct block_allocation *alloc)
144 u32 dind_block;
155 u32 *dind_block_data = calloc(info.block_size, 1)
    [all...]
  /external/libnfc-nci/src/hal/include/
nfc_types.h 54 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (UINT8)(u32); *(p)++ = (UINT8)((u32) >> 8); *(p)++ = (UINT8)((u32) >> 16); *(p)++ = (UINT8)((u32) >> 24);}
70 #define STREAM_TO_UINT24(u32, p) {u32 = (((UINT32)(*(p))) + ((((UINT32)(*((p) + 1)))) << 8) + ((((UINT32)(*((p) + 2)))) << 16) ); (p) += 3;}
71 #define STREAM_TO_UINT32(u32, p) {u32 = (((UINT32)(*(p))) + ((((UINT32)(*((p) + 1)))) << 8) + ((((UINT32)(*((p) + 2)))) << 16) + ((((UINT32)(*((p) + 3)))) << 24)); (p) += 4;}
86 #define UINT32_TO_FIELD(p, u32) {*(UINT8 *)(p) = (UINT8)(u32); *((UINT8 *)(p)+1) = (UINT8)((u32) >> 8); *((UINT8 *)(p)+2) = (UINT (…)
    [all...]
  /development/ndk/platforms/android-3/include/linux/sunrpc/
svc.h 45 u32 pg_prog;
57 u32 vs_vers;
58 u32 vs_nproc;
60 u32 vs_xdrsize;
62 int (*vs_dispatch)(struct svc_rqst *, u32 *);
  /external/wpa_supplicant_8/src/crypto/
aes_i.h 17 extern const u32 Te0[256];
18 extern const u32 Te1[256];
19 extern const u32 Te2[256];
20 extern const u32 Te3[256];
21 extern const u32 Te4[256];
22 extern const u32 Td0[256];
23 extern const u32 Td1[256];
24 extern const u32 Td2[256];
25 extern const u32 Td3[256];
26 extern const u32 Td4[256]
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
svc.h 45 u32 pg_prog;
57 u32 vs_vers;
58 u32 vs_nproc;
60 u32 vs_xdrsize;
62 int (*vs_dispatch)(struct svc_rqst *, u32 *);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/sunrpc/
svc.h 45 u32 pg_prog;
57 u32 vs_vers;
58 u32 vs_nproc;
60 u32 vs_xdrsize;
62 int (*vs_dispatch)(struct svc_rqst *, u32 *);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/sunrpc/
svc.h 45 u32 pg_prog;
57 u32 vs_vers;
58 u32 vs_nproc;
60 u32 vs_xdrsize;
62 int (*vs_dispatch)(struct svc_rqst *, u32 *);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/sunrpc/
svc.h 45 u32 pg_prog;
57 u32 vs_vers;
58 u32 vs_nproc;
60 u32 vs_xdrsize;
62 int (*vs_dispatch)(struct svc_rqst *, u32 *);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/sunrpc/
svc.h 45 u32 pg_prog;
57 u32 vs_vers;
58 u32 vs_nproc;
60 u32 vs_xdrsize;
62 int (*vs_dispatch)(struct svc_rqst *, u32 *);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/sunrpc/
svc.h 45 u32 pg_prog;
57 u32 vs_vers;
58 u32 vs_nproc;
60 u32 vs_xdrsize;
62 int (*vs_dispatch)(struct svc_rqst *, u32 *);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
svc.h 45 u32 pg_prog;
57 u32 vs_vers;
58 u32 vs_nproc;
60 u32 vs_xdrsize;
62 int (*vs_dispatch)(struct svc_rqst *, u32 *);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
svc.h 45 u32 pg_prog;
57 u32 vs_vers;
58 u32 vs_nproc;
60 u32 vs_xdrsize;
62 int (*vs_dispatch)(struct svc_rqst *, u32 *);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/sunrpc/
svc.h 45 u32 pg_prog;
57 u32 vs_vers;
58 u32 vs_nproc;
60 u32 vs_xdrsize;
62 int (*vs_dispatch)(struct svc_rqst *, u32 *);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/sunrpc/
svc.h 45 u32 pg_prog;
57 u32 vs_vers;
58 u32 vs_nproc;
60 u32 vs_xdrsize;
62 int (*vs_dispatch)(struct svc_rqst *, u32 *);

Completed in 1463 milliseconds

1 2 3 4 5 6 7 891011>>