/third_party/spirv-tools/source/opt/ |
H A D | dead_branch_elim_pass.h | 53 // If |condId| is boolean constant, return conditional value in |condVal| and 57 // If |valId| is a 32-bit integer constant, return value via |value| and 59 bool GetConstInteger(uint32_t valId, uint32_t* value); 88 // phi can be updated to take an undef value from any of its predecessors
|
H A D | desc_sroa.h | 60 // Replaces the given compososite variable |var| loaded by OpLoad |value| with 62 // shader. Assumes that |value| is only used by OpCompositeExtract 65 bool ReplaceLoadedValue(Instruction* var, Instruction* value); 69 // composite type whose value is being used by |extract|. Assumes that
|
H A D | upgrade_memory_model.h | 83 // If |inst| is decorated by member decorations then either |value| must 84 // match the index or |value| must be a maximum allowable value. The max 85 // value allows any element to match. 86 bool HasDecoration(const Instruction* inst, uint32_t value, 113 // Returns the value of |index_inst|. |index_inst| must be an OpConstant of
|
/third_party/spirv-tools/source/ |
H A D | table.h | 35 // value is in core and its availability is subject to minVersion. The 49 const uint32_t value; member 53 // value is in core and its availability is subject to minVersion. The
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_wext.h | 77 int idx, u32 value);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | os_none.c | 10 * return an error value. os_internal.c can be used as another starting point 87 int os_setenv(const char *name, const char *value, int overwrite) in os_setenv() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
H A D | eventhistory.cpp | 115 if (eventListView->verticalScrollBar()->value() < in addEvent()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_auth/ |
H A D | eapol_auth_sm.h | 80 const char *value);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | os_none.c | 10 * return an error value. os_internal.c can be used as another starting point 87 int os_setenv(const char *name, const char *value, int overwrite) in os_setenv() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
H A D | eventhistory.cpp | 115 if (eventListView->verticalScrollBar()->value() < in addEvent()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | system_utils.h | 28 bool SetEnvironmentVar(const char *variableName, const char *value);
|
/third_party/typescript/lib/ |
H A D | typescript.js | 38 if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; } 49 if (y = 0, t) op = [op[0] & 2, t.value]; 52 case 4: _.label++; return { value: op[1], done: false }; 65 if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true }; 88 throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); 175 * returns a truthy value, then returns that value. 176 * If no such value is found, the callback is applied to each element of array and undefined is returned. 225 var result = callback(iterResult.value); 236 result = f(result, step.value, po [all...] |
H A D | typescriptServices.js | 38 if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; } 49 if (y = 0, t) op = [op[0] & 2, t.value]; 52 case 4: _.label++; return { value: op[1], done: false }; 65 if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true }; 88 throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); 175 * returns a truthy value, then returns that value. 176 * If no such value is found, the callback is applied to each element of array and undefined is returned. 225 var result = callback(iterResult.value); 236 result = f(result, step.value, po [all...] |
/build/hb/services/ |
H A D | preloader.py | 193 for key, value in self._build_vars.items(): 194 build_vars_list.append('{}={}'.format(key, value))
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/ |
H A D | drv_hdmi_common.c | 315 hi_void hdmi_reg_write(volatile hi_void *reg_addr, hi_u32 value)
in hdmi_reg_write() argument 318 *(volatile hi_u32 *)reg_addr = value;
in hdmi_reg_write()
|
/device/soc/hisilicon/common/hal/display/source/display_device/src/drm/ |
H A D | drm_connector.cpp | 82 mDpmsState = prop.value;
in Init() 94 mBrightnessLevel = static_cast<uint32_t>(prop.value);
in Init()
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/ |
H A D | hi_comm_3a_adapt.h | 200 hi_s32 (*pfn_ae_ctrl)(hi_s32 handle, hi_u32 cmd, hi_void *value); 310 hi_s32 (*pfn_awb_ctrl)(hi_s32 handle, hi_u32 cmd, hi_void *value);
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/ |
H A D | hi_comm_3a_adapt.h | 200 hi_s32 (*pfn_ae_ctrl)(hi_s32 handle, hi_u32 cmd, hi_void *value); 310 hi_s32 (*pfn_awb_ctrl)(hi_s32 handle, hi_u32 cmd, hi_void *value);
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/ |
H A D | mali_kbase_csf_tl_reader.c | 170 * @gpu_ts: System timestamp value to converter. 235 /* When event_id reaches its max value, it skips 0 and wraps to 1. */ in tl_reader_overflow_check() 425 * @value: The value to set. 434 bool value) in tl_reader_update_enable_bit() 439 self->trace_buffer, 0, value); in tl_reader_update_enable_bit() 432 tl_reader_update_enable_bit( struct kbase_csf_tl_reader *self, bool value) tl_reader_update_enable_bit() argument
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_bus.h | 209 extern void dhd_bus_ringbell(struct dhd_bus *bus, uint32 value); 210 extern void dhd_bus_ringbell_2(struct dhd_bus *bus, uint32 value, bool devwake);
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/ |
H A D | rga_drv.h | 358 static inline void rga_write(int value, int offset, struct rga_scheduler_t *rga_scheduler) in rga_write() argument 360 writel(value, rga_scheduler->rga_base + offset); in rga_write()
|
/third_party/ffmpeg/libavcodec/ |
H A D | libkvazaar.c | 108 if (!api->config_parse(cfg, entry->key, entry->value)) { in libkvazaar_init() 110 entry->key, entry->value); in libkvazaar_init() 304 { "kvazaar-params", "Set kvazaar parameters as a comma-separated list of key=value pairs.",
|
H A D | aptxenc.c | 87 static int32_t aptx_bin_search(int32_t value, int32_t factor, in aptx_bin_search() argument 94 if (MUL64(factor, intervals[idx + i]) <= ((int64_t)value << 24)) in aptx_bin_search()
|
H A D | vaapi_vp8.c | 122 pp.bool_coder_ctx.value = s->coder_state_at_header_end.value; in vaapi_vp8_start_frame()
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | vp3dsp_idct_mmi.c | 27 #define LOAD_CONST(dst, value) \ 28 "li %[tmp1], "#value" \n\t" \
|