/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | peephole.c | 14 #define GETARG(arr, i) ((int)((arr[i+2]<<8) + arr[i+1])) argument 22 #define GETJUMPTGT(arr, i) (GETARG(arr,i) + (ABSOLUTE_JUMP(arr[i]) ? 0 : i+3)) argument 23 #define SETARG(arr, i, val) arr[i+2] = val>>8; arr[i+1] = val & 255 argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | peephole.c | 14 #define GETARG(arr, i) ((int)((arr[i+2]<<8) + arr[i+1])) argument 22 #define GETJUMPTGT(arr, i) (GETARG(arr,i) + (ABSOLUTE_JUMP(arr[i]) ? 0 : i+3)) argument 23 #define SETARG(arr, i, val) arr[i+2] = val>>8; arr[i+1] = val & 255 argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lparser.h | 73 Labeldesc *arr; /* array */ member 82 Vardesc *arr; member
|
/device/google/contexthub/util/nanotool/ |
D | contexthub.h | 33 #define ARRAY_LEN(arr) (sizeof(arr) / sizeof(arr[0])) argument
|
/device/google/dragon/recovery/updater/ |
D | vboot_interface.c | 501 #define ARRAY_SIZE(arr) (sizeof(arr)/sizeof(arr[0])) argument
|
/device/google/marlin/recovery/gpt-utils/ |
D | gpt-utils.cpp | 1302 static int gpt_set_pentry_arr(uint8_t *hdr, int fd, uint8_t* arr) in gpt_set_pentry_arr()
|
/device/huawei/angler/camera/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 4229 template <typename halType, class mapType> int lookupFwkName(const mapType *arr, in lookupFwkName() 4261 template <typename fwkType, class mapType> int lookupHalName(const mapType *arr, in lookupHalName() 4287 template <class mapType> cam_cds_mode_type_t lookupProp(const mapType *arr, in lookupProp()
|
/device/lge/bullhead/camera/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 4226 template <typename halType, class mapType> int lookupFwkName(const mapType *arr, in lookupFwkName() 4258 template <typename fwkType, class mapType> int lookupHalName(const mapType *arr, in lookupHalName() 4284 template <class mapType> cam_cds_mode_type_t lookupProp(const mapType *arr, in lookupProp()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_multiprocessing.py | 1651 def _double(cls, x, y, foo, arr, string): argument
|
/device/google/marlin/camera/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 4997 template <typename halType, class mapType> int lookupFwkName(const mapType *arr, in lookupFwkName() 5029 template <typename fwkType, class mapType> int lookupHalName(const mapType *arr, in lookupHalName() 5055 template <class mapType> cam_cds_mode_type_t lookupProp(const mapType *arr, in lookupProp()
|
/device/lge/bullhead/camera/QCamera2/HAL/ |
D | QCameraParameters.cpp | 1254 template <class mapType> int lookupAttr(const mapType *arr, in lookupAttr() 1278 template <class mapType> const char *lookupNameByValue(const mapType *arr, in lookupNameByValue()
|
/device/huawei/angler/camera/QCamera2/HAL/ |
D | QCameraParameters.cpp | 1254 template <class mapType> int lookupAttr(const mapType *arr, in lookupAttr() 1278 template <class mapType> const char *lookupNameByValue(const mapType *arr, in lookupNameByValue()
|
/device/google/marlin/camera/QCamera2/HAL/ |
D | QCameraParameters.cpp | 1434 template <class mapType> int lookupAttr(const mapType *arr, in lookupAttr() 1458 template <class mapType> const char *lookupNameByValue(const mapType *arr, in lookupNameByValue()
|