Searched defs:int32_t (Results 1 - 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
H A Dcore_types.h22 typedef int int32_t; typedef
/device/linaro/bootloader/edk2/StdLib/Include/sys/
H A Dstdint.h65 #ifndef int32_t
66 typedef __int32_t int32_t; typedef
67 #define int32_t __int32_t macro
H A Dtypes.h77 #ifndef int32_t
78 typedef __int32_t int32_t; typedef
79 #define int32_t __int32_t macro
188 typedef int32_t lwpid_t; /* LWP id */
190 typedef int32_t segsz_t; /* segment size */
191 typedef int32_t swblk_t; /* swap offset */
232 #define major(x) ((int32_t)((((x) & 0x000fff00) >> 8)))
233 #define minor(x) ((int32_t)((((x) & 0xfff00000) >> 12) | \
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
H A D_stdint.h44 typedef __int32_t int32_t; typedef
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Aarch64/
H A DEfiBind.h51 typedef int int32_t; typedef
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Arm/
H A DEfiBind.h49 typedef int int32_t; typedef
59 typedef int32_t intn_t;
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ebc/
H A DEfiBind.h57 typedef int int32_t; typedef
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ia32/
H A DEfiBind.h185 typedef __int32 int32_t; typedef
194 typedef int int32_t; typedef
205 typedef int32_t intn_t;
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ipf/
H A DEfiBind.h161 typedef __int32 int32_t; typedef
175 typedef int int32_t; typedef
187 typedef int int32_t; typedef
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/X64/
H A DEfiBind.h138 typedef __int32 int32_t; typedef
147 typedef int int32_t; typedef
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_channel.c50 int32_t mm_channel_qbuf(mm_channel_t *my_obj,
52 int32_t mm_channel_cancel_buf(mm_channel_t *my_obj,
54 int32_t mm_channel_init(mm_channel_t *my_obj,
60 int32_t mm_channel_del_stream(mm_channel_t *my_obj,
64 int32_t mm_channel_config_stream(mm_channel_t *my_obj,
67 int32_t mm_channel_get_bundle_info(mm_channel_t *my_obj,
69 int32_t mm_channel_start(mm_channel_t *my_obj);
70 int32_t mm_channel_stop(mm_channel_t *my_obj);
71 int32_t mm_channel_request_super_buf(mm_channel_t *my_obj,
73 int32_t mm_channel_cancel_super_buf_reques
2513 IF_META_AVAILABLE(const int32_t, p_prep_snapshot_done_state, CAM_INTF_META_PREP_SNAPSHOT_DONE, metadata) argument
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py82 int32_t = c_int variable
83 register_t = int32_t
2384 daddr_t = int32_t
2395 segsz_t = int32_t
2396 swblk_t = int32_t
2487 int_least32_t = int32_t
2495 int_fast32_t = int32_t
2608 'x509_trust_st', '__darwin_pthread_handler_rec', 'int32_t',

Completed in 184 milliseconds