HomeSort by relevance Sort by last modified time
    Searched full:unsigned (Results 576 - 600 of 42937) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/linux/
hdreg.h 33 typedef unsigned char task_ioreg_t;
34 typedef unsigned long sata_ioreg_t;
37 unsigned all : 16;
39 unsigned data : 1;
40 unsigned error_feature : 1;
41 unsigned sector : 1;
42 unsigned nsector : 1;
43 unsigned lcyl : 1;
44 unsigned hcyl : 1;
45 unsigned select : 1
    [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/linux/
hdreg.h 33 typedef unsigned char task_ioreg_t;
34 typedef unsigned long sata_ioreg_t;
37 unsigned all : 16;
39 unsigned data : 1;
40 unsigned error_feature : 1;
41 unsigned sector : 1;
42 unsigned nsector : 1;
43 unsigned lcyl : 1;
44 unsigned hcyl : 1;
45 unsigned select : 1
    [all...]
  /prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/linux/
hdreg.h 33 typedef unsigned char task_ioreg_t;
34 typedef unsigned long sata_ioreg_t;
37 unsigned all : 16;
39 unsigned data : 1;
40 unsigned error_feature : 1;
41 unsigned sector : 1;
42 unsigned nsector : 1;
43 unsigned lcyl : 1;
44 unsigned hcyl : 1;
45 unsigned select : 1
    [all...]
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/linux/
hdreg.h 33 typedef unsigned char task_ioreg_t;
34 typedef unsigned long sata_ioreg_t;
37 unsigned all : 16;
39 unsigned data : 1;
40 unsigned error_feature : 1;
41 unsigned sector : 1;
42 unsigned nsector : 1;
43 unsigned lcyl : 1;
44 unsigned hcyl : 1;
45 unsigned select : 1
    [all...]
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/linux/
hdreg.h 33 typedef unsigned char task_ioreg_t;
34 typedef unsigned long sata_ioreg_t;
37 unsigned all : 16;
39 unsigned data : 1;
40 unsigned error_feature : 1;
41 unsigned sector : 1;
42 unsigned nsector : 1;
43 unsigned lcyl : 1;
44 unsigned hcyl : 1;
45 unsigned select : 1
    [all...]
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/
hdreg.h 33 typedef unsigned char task_ioreg_t;
34 typedef unsigned long sata_ioreg_t;
37 unsigned all : 16;
39 unsigned data : 1;
40 unsigned error_feature : 1;
41 unsigned sector : 1;
42 unsigned nsector : 1;
43 unsigned lcyl : 1;
44 unsigned hcyl : 1;
45 unsigned select : 1
    [all...]
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/
hdreg.h 33 typedef unsigned char task_ioreg_t;
34 typedef unsigned long sata_ioreg_t;
37 unsigned all : 16;
39 unsigned data : 1;
40 unsigned error_feature : 1;
41 unsigned sector : 1;
42 unsigned nsector : 1;
43 unsigned lcyl : 1;
44 unsigned hcyl : 1;
45 unsigned select : 1
    [all...]
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/
hdreg.h 33 typedef unsigned char task_ioreg_t;
34 typedef unsigned long sata_ioreg_t;
37 unsigned all : 16;
39 unsigned data : 1;
40 unsigned error_feature : 1;
41 unsigned sector : 1;
42 unsigned nsector : 1;
43 unsigned lcyl : 1;
44 unsigned hcyl : 1;
45 unsigned select : 1
    [all...]
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
hdreg.h 33 typedef unsigned char task_ioreg_t;
34 typedef unsigned long sata_ioreg_t;
37 unsigned all : 16;
39 unsigned data : 1;
40 unsigned error_feature : 1;
41 unsigned sector : 1;
42 unsigned nsector : 1;
43 unsigned lcyl : 1;
44 unsigned hcyl : 1;
45 unsigned select : 1
    [all...]
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
hdreg.h 33 typedef unsigned char task_ioreg_t;
34 typedef unsigned long sata_ioreg_t;
37 unsigned all : 16;
39 unsigned data : 1;
40 unsigned error_feature : 1;
41 unsigned sector : 1;
42 unsigned nsector : 1;
43 unsigned lcyl : 1;
44 unsigned hcyl : 1;
45 unsigned select : 1
    [all...]
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
hdreg.h 33 typedef unsigned char task_ioreg_t;
34 typedef unsigned long sata_ioreg_t;
37 unsigned all : 16;
39 unsigned data : 1;
40 unsigned error_feature : 1;
41 unsigned sector : 1;
42 unsigned nsector : 1;
43 unsigned lcyl : 1;
44 unsigned hcyl : 1;
45 unsigned select : 1
    [all...]
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
hdreg.h 33 typedef unsigned char task_ioreg_t;
34 typedef unsigned long sata_ioreg_t;
37 unsigned all : 16;
39 unsigned data : 1;
40 unsigned error_feature : 1;
41 unsigned sector : 1;
42 unsigned nsector : 1;
43 unsigned lcyl : 1;
44 unsigned hcyl : 1;
45 unsigned select : 1
    [all...]
  /external/clang/test/CodeGen/
adc-builtins.c 7 unsigned char test_addcarry_u32(unsigned char __cf, unsigned int __x,
8 unsigned int __y, unsigned int *__p) {
14 unsigned char test_addcarry_u64(unsigned char __cf, unsigned long long __x,
15 unsigned long long __y,
16 unsigned long long *__p)
    [all...]
bmi2-builtins.c 9 unsigned int test_bzhi_u32(unsigned int __X, unsigned int __Y) {
14 unsigned int test_pdep_u32(unsigned int __X, unsigned int __Y) {
19 unsigned int test_pext_u32(unsigned int __X, unsigned int __Y) {
24 unsigned int test_mulx_u32(unsigned int __X, unsigned int __Y
    [all...]
  /external/clang/test/CodeGenCXX/
reinterpret-cast.cpp 4 void *f1(unsigned long l) {
8 unsigned long f2() {
9 return reinterpret_cast<unsigned long>(nullptr);
12 unsigned long f3(void *p) {
13 return reinterpret_cast<unsigned long>(p);
  /external/e2fsprogs/include/nonunix/linux/
types.h 9 typedef unsigned __int8 __u8;
13 typedef unsigned __int64 __u64;
16 typedef unsigned __int16 __u16;
19 typedef unsigned __int32 __u32;
22 typedef unsigned __int64 __u64;
  /external/libvpx/libvpx/vpx_scale/generic/
gen_scalers.c 21 * INPUTS : const unsigned char *source : Pointer to source data.
22 * unsigned int source_width : Stride of source.
23 * unsigned char *dest : Pointer to destination data.
24 * unsigned int dest_width : Stride of destination (NOT USED).
36 void vp8_horizontal_line_5_4_scale_c(const unsigned char *source,
37 unsigned int source_width,
38 unsigned char *dest,
39 unsigned int dest_width) {
40 unsigned i;
41 unsigned int a, b, c, d, e
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_transfer.h 10 unsigned domain;
24 struct pipe_resource *restrict res, unsigned l,
25 unsigned x, unsigned y, unsigned z);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
gen_scalers.c 21 * INPUTS : const unsigned char *source : Pointer to source data.
22 * unsigned int source_width : Stride of source.
23 * unsigned char *dest : Pointer to destination data.
24 * unsigned int dest_width : Stride of destination (NOT USED).
36 void vp8_horizontal_line_5_4_scale_c(const unsigned char *source,
37 unsigned int source_width,
38 unsigned char *dest,
39 unsigned int dest_width) {
40 unsigned i;
41 unsigned int a, b, c, d, e
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
video_encoder_device_copper.h 46 unsigned char status;
50 unsigned long mincount;
51 unsigned long maxcount;
52 unsigned long actualcount;
53 unsigned long datasize;
54 unsigned long suffixsize;
55 unsigned long alignment;
56 unsigned long bufpoolid;
60 unsigned long input_width;
61 unsigned long input_height
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_audio_wmapro.h 10 unsigned short armdatareqthr;
13 unsigned short formattag;
16 unsigned short asfpacketlength;
18 unsigned short encodeopt;
19 unsigned short advancedencodeopt;
  /hardware/ti/omap4-aah/
mapinfo.h 6 unsigned start;
7 unsigned end;
13 const char *map_to_name(mapinfo *mi, unsigned pc, const char* def);
14 const mapinfo *pc_to_mapinfo(mapinfo *mi, unsigned pc, unsigned *rel_pc);
  /hardware/ti/omap4xxx/
mapinfo.h 6 unsigned start;
7 unsigned end;
13 const char *map_to_name(mapinfo *mi, unsigned pc, const char* def);
14 const mapinfo *pc_to_mapinfo(mapinfo *mi, unsigned pc, unsigned *rel_pc);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndrtypes.h 54 unsigned char FullPtrUsed : 1;
55 unsigned char RpcSsAllocUsed : 1;
56 unsigned char ObjectProc : 1;
57 unsigned char HasRpcFlags : 1;
58 unsigned char IgnoreObjectException : 1;
59 unsigned char HasCommOrFault : 1;
60 unsigned char UseNewInitRoutines : 1;
61 unsigned char Unused : 1;
65 unsigned short MustSize : 1;
66 unsigned short MustFree : 1
    [all...]
  /bionic/libc/include/sys/
user.h 53 unsigned short cwd;
54 unsigned short swd;
55 unsigned short twd;
56 unsigned short fop;
90 unsigned long int u_tsize;
91 unsigned long int u_dsize;
92 unsigned long int u_ssize;
93 unsigned long start_code;
94 unsigned long start_stack;
99 unsigned long magic
    [all...]

Completed in 3471 milliseconds

<<21222324252627282930>>