Home
last modified time | relevance | path

Searched defs:arr (Results 1 – 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpeephole.c14 #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/
Dpeephole.c14 #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/
Dlparser.h73 Labeldesc *arr; /* array */ member
82 Vardesc *arr; member
/device/google/contexthub/util/nanotool/
Dcontexthub.h33 #define ARRAY_LEN(arr) (sizeof(arr) / sizeof(arr[0])) argument
/device/google/dragon/recovery/updater/
Dvboot_interface.c501 #define ARRAY_SIZE(arr) (sizeof(arr)/sizeof(arr[0])) argument
/device/google/marlin/recovery/gpt-utils/
Dgpt-utils.cpp1302 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/
DQCamera3HWI.cpp4229 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/
DQCamera3HWI.cpp4226 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/
Dtest_multiprocessing.py1651 def _double(cls, x, y, foo, arr, string): argument
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3HWI.cpp4997 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/
DQCameraParameters.cpp1254 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/
DQCameraParameters.cpp1254 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/
DQCameraParameters.cpp1434 template <class mapType> int lookupAttr(const mapType *arr, in lookupAttr()
1458 template <class mapType> const char *lookupNameByValue(const mapType *arr, in lookupNameByValue()