Home
last modified time | relevance | path

Searched refs:_idx (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/arch/arm/rockchip/
H A Drk3328_iomux.c44 #define GRF_GPIO_P_REG(_bank, _idx) (0x0100 + (_bank) * 0x10 + ((_idx) >> 3) * 4) argument
45 #define GRF_GPIO_P_CTL(_idx) (0x3 << (((_idx) & 7) * 2)) argument
51 #define GRF_GPIO_P_WRITE_EN(_idx) (0x3 << (((_idx) & 7) * 2 + 16)) argument
53 #define GRF_GPIO_E_REG(_bank, _idx) (0x0200 + (_bank) * 0x10 + ((_idx) >> 3) * 4) argument
54 #define GRF_GPIO_E_CTL(_idx) (0x3 << (((_idx) & 7) * 2)) argument
60 #define GRF_GPIO_E_WRITE_EN(_idx) (0x3 << (((_idx) & 7) * 2 + 16)) argument
H A Drk3399_iomux.c48 #define GRF_GPIO_P_CTL(_idx) (0x3U << (((_idx) & 7) * 2)) argument
49 #define GRF_GPIO_P_WRITE_EN(_idx) (0x3U << (((_idx) & 7) * 2 + 16)) argument
/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
H A Dring.h227 #define RING_GET_REQUEST(_r, _idx) \ argument
228 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].req))
239 #define RING_COPY_REQUEST(_r, _idx, _req) do { \ argument
241 *(_req) = *(volatile typeof(_req))RING_GET_REQUEST(_r, _idx); \
244 #define RING_GET_RESPONSE(_r, _idx) \ argument
245 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].rsp))
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Dminfo.d561 return _mods[_idx]; in sortCtorsOld()
565 size_t _idx; in sortCtorsOld() member
684 idx = stack[stackidx]._idx; in sortCtorsOld()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Dminfo.d561 return _mods[_idx]; in sortCtorsOld()
565 size_t _idx; in sortCtorsOld() member
684 idx = stack[stackidx]._idx; in sortCtorsOld()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d5885 size_t _idx; member
5902 if (_idx == _stream.length) in popFront()
5904 _idx = size_t.max; in popFront()
5908 _front[0] = base + decompressFrom(_stream, _idx); in popFront()
5909 if (_idx == _stream.length)// odd length ---> till the end in popFront()
5914 _front[1] = base + decompressFrom(_stream, _idx); in popFront()
5920 return _idx == size_t.max; in empty()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d5888 size_t _idx;
5905 if (_idx == _stream.length)
5907 _idx = size_t.max;
5911 _front[0] = base + decompressFrom(_stream, _idx);
5912 if (_idx == _stream.length)// odd length ---> till the end
5917 _front[1] = base + decompressFrom(_stream, _idx);
5923 return _idx == size_t.max;
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200330649 (build_objc_string_decl): Move *_idx out, mark for PCH.