/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | usb4.c | 760 u16 index, value; in usb4_switch_credits_init() local 763 value = (data[i] & USB4_BA_VALUE_MASK) >> USB4_BA_VALUE_SHIFT; in usb4_switch_credits_init() 767 tb_sw_dbg(sw, " USB3: %u\n", value); in usb4_switch_credits_init() 768 max_usb3 = value; in usb4_switch_credits_init() 771 tb_sw_dbg(sw, " DP AUX: %u\n", value); in usb4_switch_credits_init() 772 min_dp_aux = value; in usb4_switch_credits_init() 775 tb_sw_dbg(sw, " DP main: %u\n", value); in usb4_switch_credits_init() 776 min_dp_main = value; in usb4_switch_credits_init() 779 tb_sw_dbg(sw, " PCIe: %u\n", value); in usb4_switch_credits_init() 780 max_pcie = value; in usb4_switch_credits_init() 1207 usb4_port_wait_for_bit(struct tb_port *port, u32 offset, u32 bit, u32 value, int timeout_msec) usb4_port_wait_for_bit() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ttm.c | 1183 * @user_addr: The returned value 1420 uint32_t value = 0; in amdgpu_ttm_vram_mm_access() local 1428 amdgpu_device_mm_access(adev, aligned_pos, &value, 4, false); in amdgpu_ttm_vram_mm_access() 1430 value &= ~mask; in amdgpu_ttm_vram_mm_access() 1431 value |= (*(uint32_t *)buf << shift) & mask; in amdgpu_ttm_vram_mm_access() 1432 amdgpu_device_mm_access(adev, aligned_pos, &value, 4, true); in amdgpu_ttm_vram_mm_access() 1434 value = (value & mask) >> shift; in amdgpu_ttm_vram_mm_access() 1435 memcpy(buf, &value, bytes); in amdgpu_ttm_vram_mm_access() 2087 /* this just adjusts TTM size idea, which sets lpfn to the correct value */ in amdgpu_ttm_set_buffer_funcs_status() 2336 uint32_t value[AMDGPU_TTM_VRAM_MAX_DW_READ]; amdgpu_ttm_vram_read() local 2370 uint32_t value; amdgpu_ttm_vram_write() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx9.asm | 389 s_mov_b32 s_save_buf_rsrc2, 0 //NUM_RECORDS initial value = 0 (in bytes) although not neccessarily inited 396 s_mov_b32 s_save_mem_offset, 0x0 //mem offset initial value = 0 451 s_lshl_b32 s_save_alloc_size, s_save_alloc_size, 4 //Number of SGPRs = (sgpr_size + 1) * 16 (non-zero value) 464 s_mov_b32 m0, 0x0 //SGPR initial index value =0 548 s_mov_b32 m0, 0x0 //lds_offset initial value = 0 612 s_mov_b32 m0, 0x4 //VGPR initial index value =0 662 s_mov_b32 m0, 0x0 //VGPR initial index value =0 713 s_mov_b32 s_restore_buf_rsrc2, 0 //NUM_RECORDS initial value = 0 (in bytes) 717 // s_mov_b32 s_restore_mem_offset, 0x0 //mem offset initial value = 0 746 s_mov_b32 m0, 0x0 //lds_offset initial value [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/xilinx/ |
H A D | ll_temac_main.c | 74 static void _temac_iow_be(struct temac_local *lp, int offset, u32 value) in _temac_iow_be() argument 76 return iowrite32be(value, lp->regs + offset); in _temac_iow_be() 84 static void _temac_iow_le(struct temac_local *lp, int offset, u32 value) in _temac_iow_le() argument 86 return iowrite32(value, lp->regs + offset); in _temac_iow_le() 169 void temac_indirect_out32(struct temac_local *lp, int reg, u32 value) in temac_indirect_out32() argument 174 temac_indirect_out32_locked(lp, reg, value); in temac_indirect_out32() 185 void temac_indirect_out32_locked(struct temac_local *lp, int reg, u32 value) in temac_indirect_out32_locked() argument 194 temac_iow(lp, XTE_LSW0_OFFSET, value); in temac_indirect_out32_locked() 225 static void temac_dma_out32_be(struct temac_local *lp, int reg, u32 value) in temac_dma_out32_be() argument 227 iowrite32be(value, l in temac_dma_out32_be() 230 temac_dma_out32_le(struct temac_local *lp, int reg, u32 value) temac_dma_out32_le() argument 252 temac_dma_dcr_out(struct temac_local *lp, int reg, u32 value) temac_dma_dcr_out() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ov9650.c | 65 #define REG_AECH 0x10 /* Exposure value, AEC[9:2] */ 121 #define REG_YAVE 0x2f /* Y/G channel average value */ 164 #define REG_MANU 0x67 /* Manual U value */ 165 #define REG_MANV 0x68 /* Manual V value */ 167 #define REG_MBD 0x6a /* Manual banding filter value */ 189 #define REG_AECHM 0xa1 /* Exposure value - bits AEC[15:10] */ 190 #define REG_BD50ST 0xa2 /* Banding filter value for 50Hz */ 191 #define REG_BD60ST 0xa3 /* Banding filter value for 60Hz */ 281 u8 value; member 389 /* REG_TSLB value, onl 592 ov965x_set_banding_filter(struct ov965x *ov965x, int value) ov965x_set_banding_filter() argument 730 ov965x_set_sharpness(struct ov965x *ov965x, unsigned int value) ov965x_set_sharpness() argument 843 ov965x_set_test_pattern(struct ov965x *ov965x, int value) ov965x_set_test_pattern() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | smu8_hwmgr.c | 723 /*Sclk - calculate sclk value based on percentage and find FLOOR sclk from VddcDependencyOnSCLK table */ in smu8_update_sclk_limit() 1715 void *value, int *size) in smu8_read_sensor() 1748 *((uint32_t *)value) = sclk; in smu8_read_sensor() 1756 *((uint32_t *)value) = vddnb; in smu8_read_sensor() 1762 *((uint32_t *)value) = vddgfx; in smu8_read_sensor() 1770 *((uint32_t *)value) = vclk; in smu8_read_sensor() 1774 *((uint32_t *)value) = 0; in smu8_read_sensor() 1782 *((uint32_t *)value) = dclk; in smu8_read_sensor() 1786 *((uint32_t *)value) = 0; in smu8_read_sensor() 1794 *((uint32_t *)value) in smu8_read_sensor() 1714 smu8_read_sensor(struct pp_hwmgr *hwmgr, int idx, void *value, int *size) smu8_read_sensor() argument [all...] |
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | w83781d.c | 212 u8 in[9]; /* Register value - 8 & 9 for 782D only */ 213 u8 in_max[9]; /* Register value - 8 & 9 for 782D only */ 214 u8 in_min[9]; /* Register value - 8 & 9 for 782D only */ 215 u8 fan[3]; /* Register value */ 216 u8 fan_min[3]; /* Register value */ 217 s8 temp; /* Register value */ 218 s8 temp_max; /* Register value */ 219 s8 temp_max_hyst; /* Register value */ 220 u16 temp_add[2]; /* Register value */ 221 u16 temp_max_add[2]; /* Register value */ 1296 w83781d_write_value_i2c(struct w83781d_data *data, u16 reg, u16 value) w83781d_write_value_i2c() argument 1693 w83781d_write_value_isa(struct w83781d_data *data, u16 reg, u16 value) w83781d_write_value_isa() argument 1746 w83781d_write_value(struct w83781d_data *data, u16 reg, u16 value) w83781d_write_value() argument 2035 w83781d_write_value(struct w83781d_data *data, u16 reg, u16 value) w83781d_write_value() argument [all...] |
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-mlxbf.c | 64 * Master. Default value is set to 400MHz. 207 /* Packet error check (PEC) value. */ 272 /* Packet error check (PEC) value. */ 1188 * Note that the mlxbf_i2c_timings->timeout value is not related to the 1259 pr_warn("Illegal value %d: defaulting to 100 KHz\n", in mlxbf_i2c_init_timings() 1594 * the byte order consistent with the value read in order to in mlxbf_i2c_slave_enable() 1867 u8 write_size, pec_en, addr, value, byte_cnt; in mlxbf_i2c_irq_send() local 1900 i2c_slave_event(slave, I2C_SLAVE_WRITE_REQUESTED, &value); in mlxbf_i2c_irq_send() 1901 value = (data32 >> 8) & GENMASK(7, 0); in mlxbf_i2c_irq_send() 1903 &value); in mlxbf_i2c_irq_send() 1965 u8 value, byte, addr; mlxbf_i2c_irq_recv() local [all...] |
/kernel/linux/linux-6.6/sound/pci/ |
H A D | cs4281.c | 35 MODULE_PARM_DESC(index, "Index value for CS4281 soundcard."); 976 uinfo->value.integer.min = 0; in snd_cs4281_info_volume() 977 uinfo->value.integer.max = CS_VOL_MASK; in snd_cs4281_info_volume() 992 ucontrol->value.integer.value[0] = volL; in snd_cs4281_get_volume() 993 ucontrol->value.integer.value[1] = volR; in snd_cs4281_get_volume() 1009 if (ucontrol->value.integer.value[0] != volL) { in snd_cs4281_put_volume() 1010 volL = CS_VOL_MASK - (ucontrol->value in snd_cs4281_put_volume() [all...] |
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm8903.c | 307 "Restore DC servo %d value %x\n", in wm8903_seq_notifier() 380 if (ucontrol->value.integer.value[0]) { in wm8903_class_w_put() 393 if (!ucontrol->value.integer.value[0]) { in wm8903_class_w_put() 450 ucontrol->value.integer.value[0] = wm8903->deemph; in wm8903_get_deemph() 460 unsigned int deemph = ucontrol->value.integer.value[0]; in wm8903_put_deemph() 1421 int value; member 1809 wm8903_gpio_direction_out(struct gpio_chip *chip, unsigned offset, int value) wm8903_gpio_direction_out() argument 1828 wm8903_gpio_set(struct gpio_chip *chip, unsigned offset, int value) wm8903_gpio_set() argument [all...] |
/test/testfwk/arkxtest/uitest/core/ |
H A D | frontend_api_handler.cpp | 142 // add return value type to the end of types. in ParseMethodSignature() 300 json &value = out.resultValue_; in ApiMapPost() local 301 const auto type = value.type(); in ApiMapPost() 304 // 2. ret value conversion in ApiMapPost() 314 value = CheckAndDoApiMapping(value.get<string>(), '#', new2OldApiMap_); in ApiMapPost() 316 for (auto &item : value) { in ApiMapPost() 434 /** Check if the json value represents and illegal data of expected type.*/ 435 static void CheckCallArgType(string_view expect, const json &value, bool isDefAgc, ApiCallErr &error) in CheckCallArgType() argument 437 const auto type = value in CheckCallArgType() [all...] |
/third_party/backends/frontend/ |
H A D | scanimage.c | 157 static SANE_Word window_val[2]; /*the value for x,y options*/ 562 /* print current option value */ in print_option() 684 V is the value of the scalar. It is either an integer or a 703 SANE_Word * value) in parse_scalar() 716 "%s: option --%s: bad option value (rest of option: %s)\n", in parse_scalar() 778 *value = v - 0.5; in parse_scalar() 781 *value = v + 0.5; in parse_scalar() 792 vector element to be set next. If I is not present, the value of 793 last index used plus 1 is used. The first index value used is 0 796 S is a scalar value a 702 parse_scalar(const SANE_Option_Descriptor * opt, const char *str, SANE_Word * value) parse_scalar() argument 810 SANE_Word value, prev_value = 0; parse_vector() local 1079 SANE_Word value; process_backend_option() local [all...] |
/third_party/cups-filters/filter/ |
H A D | pdftoraster.cxx | 317 } else if (rregions && rregions->value in handleRqeuiresPageRegion() 318 && !strcasecmp(rregions->value,"True")) { in handleRqeuiresPageRegion() 366 if (attr != NULL && attr->value != NULL) { in parseOpts() 367 if (strcasecmp(attr->value,"PERCEPTUAL") != 0) { in parseOpts() 369 } else if (strcasecmp(attr->value,"RELATIVE_COLORIMETRIC") != 0) { in parseOpts() 371 } else if (strcasecmp(attr->value,"SATURATION") != 0) { in parseOpts() 373 } else if (strcasecmp(attr->value,"ABSOLUTE_COLORIMETRIC") != 0) { in parseOpts() 386 if (attr != NULL && attr->value != NULL) { in parseOpts() 388 backside = attr->value; in parseOpts() 394 if (attr != NULL && attr->value ! in parseOpts() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
H A D | UCharacter.java | 49 * In particular, {@link Character#MAX_VALUE} is still a char with the value U+FFFF, 50 * while the {@link UCharacter#MAX_VALUE} is an int with the value U+10FFFF. 1313 * One more than the highest normal UnicodeBlock value. 1314 * The highest value is available via UCharacter.getIntPropertyMaxValue(UProperty.BLOCK). 1316 * @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420. 2916 * One more than the highest normal EastAsianWidth value. 2917 * The highest value is available via UCharacter.getIntPropertyMaxValue(UProperty.EAST_ASIAN_WIDTH). 2919 * @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420. 3005 * One more than the highest normal DecompositionType value. 3006 * The highest value i 5252 getPropertyValueName(int property, int value, int nameChoice) getPropertyValueName() argument 5837 map(int value) map() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
H A D | UCharacter.java | 49 * In particular, {@link Character#MAX_VALUE} is still a char with the value U+FFFF, 50 * while the {@link UCharacter#MAX_VALUE} is an int with the value U+10FFFF. 1070 * One more than the highest normal UnicodeBlock value. 1071 * The highest value is available via UCharacter.getIntPropertyMaxValue(UProperty.BLOCK). 1073 * @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420. 2425 * One more than the highest normal EastAsianWidth value. 2426 * The highest value is available via UCharacter.getIntPropertyMaxValue(UProperty.EAST_ASIAN_WIDTH). 2428 * @deprecated ICU 58 The numeric value may change over time, see ICU ticket #12420. 2496 * One more than the highest normal DecompositionType value. 2497 * The highest value i 4533 getPropertyValueName(int property, int value, int nameChoice) getPropertyValueName() argument 5094 map(int value) map() argument [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | collationdatabuilder.cpp | 335 // For ICU4X, use the same value for fallback as for the default in initForTailoring() 343 // that are filled with the default value. in initForTailoring() 1139 enumRangeForCopy(const void *context, UChar32 start, UChar32 end, uint32_t value) { in enumRangeForCopy() argument 1141 value == Collation::UNASSIGNED_CE32 || value == Collation::FALLBACK_CE32 || in enumRangeForCopy() 1142 ((CopyHelper *)context)->copyRangeCE32(start, end, value); in enumRangeForCopy() 1298 enumRangeLeadValue(const void *context, UChar32 /*start*/, UChar32 /*end*/, uint32_t value) { in enumRangeLeadValue() argument 1300 if(value == Collation::UNASSIGNED_CE32) { in enumRangeLeadValue() 1301 value = Collation::LEAD_ALL_UNASSIGNED; in enumRangeLeadValue() 1302 } else if(value in enumRangeLeadValue() 1322 int32_t value = -1; setLeadSurrogates() local [all...] |
/third_party/mesa3d/src/amd/addrlib/inc/ |
H A D | addrinterface.h | 133 UINT_8 value; ///< Value member 156 UINT_32 value; member 194 UINT_32 value; member 317 UINT_32 value; member 330 UINT_32 gbAddrConfig; ///< For R8xx, use GB_ADDR_CONFIG register value. 333 /// if this value is 0, use chip to set default value 335 /// Register value of CC_RB_BACKEND_DISABLE.BACKEND_DISABLE 339 /// No enums for this value in h/w header files 441 * Valid bankWidth/bankHeight value 535 UINT_32 value; global() member 862 UINT_32 value; global() member 1082 UINT_32 value; global() member 1746 UINT_32 value; global() member 2417 UINT_32 value; global() member 2701 UINT_32 value; global() member 3173 UINT_32 value; global() member 3768 UINT_32 value; global() member 3790 UINT_32 value; global() member 3856 UINT_32 value; global() member [all...] |
/third_party/node/deps/brotli/c/enc/ |
H A D | encode.c | 147 BrotliEncoderState* state, BrotliEncoderParameter p, uint32_t value) { in BrotliEncoderSetParameter() 153 state->params.mode = (BrotliEncoderMode)value; in BrotliEncoderSetParameter() 157 state->params.quality = (int)value; in BrotliEncoderSetParameter() 161 state->params.lgwin = (int)value; in BrotliEncoderSetParameter() 165 state->params.lgblock = (int)value; in BrotliEncoderSetParameter() 169 if ((value != 0) && (value != 1)) return BROTLI_FALSE; in BrotliEncoderSetParameter() 170 state->params.disable_literal_context_modeling = TO_BROTLI_BOOL(!!value); in BrotliEncoderSetParameter() 174 state->params.size_hint = value; in BrotliEncoderSetParameter() 178 state->params.large_window = TO_BROTLI_BOOL(!!value); in BrotliEncoderSetParameter() 146 BrotliEncoderSetParameter( BrotliEncoderState* state, BrotliEncoderParameter p, uint32_t value) BrotliEncoderSetParameter() argument [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationdatabuilder.cpp | 335 // For ICU4X, use the same value for fallback as for the default in initForTailoring() 343 // that are filled with the default value. in initForTailoring() 1139 enumRangeForCopy(const void *context, UChar32 start, UChar32 end, uint32_t value) { in enumRangeForCopy() argument 1141 value == Collation::UNASSIGNED_CE32 || value == Collation::FALLBACK_CE32 || in enumRangeForCopy() 1142 ((CopyHelper *)context)->copyRangeCE32(start, end, value); in enumRangeForCopy() 1298 enumRangeLeadValue(const void *context, UChar32 /*start*/, UChar32 /*end*/, uint32_t value) { in enumRangeLeadValue() argument 1300 if(value == Collation::UNASSIGNED_CE32) { in enumRangeLeadValue() 1301 value = Collation::LEAD_ALL_UNASSIGNED; in enumRangeLeadValue() 1302 } else if(value in enumRangeLeadValue() 1322 int32_t value = -1; setLeadSurrogates() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | provider_core.c | 79 * refcnt value. 85 * default search path value (default_path) 252 OPENSSL_free(pair->value); in infopair_free() 267 if (src->value != NULL) { in infopair_copy() 268 dest->value = OPENSSL_strdup(src->value); in infopair_copy() 269 if (dest->value == NULL) in infopair_copy() 753 const char *value) in STACK_OF() 761 && (pair->value = OPENSSL_strdup(value)) ! in STACK_OF() 774 ossl_provider_add_parameter(OSSL_PROVIDER *prov, const char *name, const char *value) ossl_provider_add_parameter() argument 780 ossl_provider_info_add_parameter(OSSL_PROVIDER_INFO *provinfo, const char *name, const char *value) ossl_provider_info_add_parameter() argument [all...] |
/third_party/openssl/crypto/ |
H A D | provider_core.c | 79 * refcnt value. 85 * default search path value (default_path) 252 OPENSSL_free(pair->value); in infopair_free() 267 if (src->value != NULL) { in infopair_copy() 268 dest->value = OPENSSL_strdup(src->value); in infopair_copy() 269 if (dest->value == NULL) in infopair_copy() 753 const char *value) in STACK_OF() 761 && (pair->value = OPENSSL_strdup(value)) ! in STACK_OF() 774 ossl_provider_add_parameter(OSSL_PROVIDER *prov, const char *name, const char *value) ossl_provider_add_parameter() argument 780 ossl_provider_info_add_parameter(OSSL_PROVIDER_INFO *provinfo, const char *name, const char *value) ossl_provider_info_add_parameter() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 414 // Operation: S+A-P. Set Call or B immediate value to bits fff_fffc of the in resolveAArch64Relocation() 519 // Write first 16 bit of 32 bit value to the mov instruction. in resolveARMRelocation() 531 // Write 24 bit relative value to the branch instruction. in resolveARMRelocation() 593 // Per the ppc64-elf-linux ABI, The TOC base is TOC value plus 0x8000 in findPPC64TOCSection() 605 // Get the ELF symbol value (st_value) to compare with Relocation offset in in findOPDEntrySection() 654 // Finally compares the Symbol value and the target symbol offset in findOPDEntrySection() 680 // Relocation masks following the #lo(value), #hi(value), #ha(value), 681 // #higher(value), #higher 685 applyPPClo(uint64_t value) applyPPClo() argument 687 applyPPChi(uint64_t value) applyPPChi() argument 691 applyPPCha(uint64_t value) applyPPCha() argument 695 applyPPChigher(uint64_t value) applyPPChigher() argument 699 applyPPChighera(uint64_t value) applyPPChighera() argument 703 applyPPChighest(uint64_t value) applyPPChighest() argument 707 applyPPChighesta(uint64_t value) applyPPChighesta() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | BC_Decoder.cpp | 485 int16_t value = sw::bit_cast<int16_t>(channel[i]); in unquantizeSigned() local 486 int32_t result = value; in unquantizeSigned() 487 bool signBit = value < 0; in unquantizeSigned() 490 value = -value; in unquantizeSigned() 493 if(value >= ((1 << (size[i] - 1)) - 1)) in unquantizeSigned() 500 int32_t tmp = value; in unquantizeSigned() 573 uint64_t value; 589 uint32_t e0Weight = 64 - weights[index.value]; 590 uint32_t e1Weight = weights[index.value]; 1430 uint64_t value; global() member [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationdatabuilder.cpp | 324 // that are filled with the default value. in initForTailoring() 1025 enumRangeForCopy(const void *context, UChar32 start, UChar32 end, uint32_t value) { in enumRangeForCopy() argument 1027 value == Collation::UNASSIGNED_CE32 || value == Collation::FALLBACK_CE32 || in enumRangeForCopy() 1028 ((CopyHelper *)context)->copyRangeCE32(start, end, value); in enumRangeForCopy() 1184 enumRangeLeadValue(const void *context, UChar32 /*start*/, UChar32 /*end*/, uint32_t value) { in enumRangeLeadValue() argument 1186 if(value == Collation::UNASSIGNED_CE32) { in enumRangeLeadValue() 1187 value = Collation::LEAD_ALL_UNASSIGNED; in enumRangeLeadValue() 1188 } else if(value == Collation::FALLBACK_CE32) { in enumRangeLeadValue() 1189 value in enumRangeLeadValue() 1208 int32_t value = -1; setLeadSurrogates() local [all...] |
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | encode.c | 147 BrotliEncoderState* state, BrotliEncoderParameter p, uint32_t value) { in BrotliEncoderSetParameter() 153 state->params.mode = (BrotliEncoderMode)value; in BrotliEncoderSetParameter() 157 state->params.quality = (int)value; in BrotliEncoderSetParameter() 161 state->params.lgwin = (int)value; in BrotliEncoderSetParameter() 165 state->params.lgblock = (int)value; in BrotliEncoderSetParameter() 169 if ((value != 0) && (value != 1)) return BROTLI_FALSE; in BrotliEncoderSetParameter() 170 state->params.disable_literal_context_modeling = TO_BROTLI_BOOL(!!value); in BrotliEncoderSetParameter() 174 state->params.size_hint = value; in BrotliEncoderSetParameter() 178 state->params.large_window = TO_BROTLI_BOOL(!!value); in BrotliEncoderSetParameter() 146 BrotliEncoderSetParameter( BrotliEncoderState* state, BrotliEncoderParameter p, uint32_t value) BrotliEncoderSetParameter() argument [all...] |