HomeSort by: relevance | last modified time | path
    Searched refs:functions (Results 1 - 25 of 58) sorted by relevancy

1 2 3

  /src/tests/usr.bin/xlint/lint1/
msg_016.c 11 function functions[] = { variable in typeref:typename:function[]
  /src/sys/external/bsd/drm2/linux/
linux_i2c.c 227 uint32_t functions = 0;
229 functions |= I2C_FUNC_I2C;
230 functions |= I2C_FUNC_NOSTART;
231 functions |= I2C_FUNC_SMBUS_EMUL;
232 functions |= I2C_FUNC_SMBUS_READ_BLOCK_DATA;
233 functions |= I2C_FUNC_SMBUS_BLOCK_PROC_CALL;
235 functions |= I2C_FUNC_10BIT_ADDR;
236 functions |= I2C_FUNC_PROTOCOL_MANGLING;
239 return functions;
224 uint32_t functions = 0; local in function:linux_i2cbb_functionality
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
gen_dynamic_list.py 11 # Generates the list of functions that should be exported from sanitizer
65 functions = []
79 functions.append(cols[2])
80 return functions
105 # functions due to gold internal error.
110 # Export sanitizer interface functions.
114 # Additional exported functions from files.
  /src/regress/lib/libc/ieeefp/testfloat/
testfloat.c 118 " -list --List all testable functions and exit.\n"
153 " -all1 --All 1-operand functions.\n"
154 " -all2 --All 2-operand functions.\n"
155 " -all --All functions.\n"
176 puts( functions[ functionCode ].name );
264 if ( strcmp( argPtr, functions[ functionCode ].name ) == 0 ) {
302 && ( functions[ functionCode ].numInputs == 1 ) ) {
314 && ( functions[ functionCode ].numInputs == 2 ) ) {
testFunction.c 67 const functionT functions[ NUM_FUNCTIONS ] = { variable in typeref:typename:const functionT[]
609 functionName = functions[ functionCode ].name;
1150 if ( ! functions[ functionCode ].roundingPrecision ) {
1160 if ( ! functions[ functionCode ].roundingMode ) {
  /src/sys/arch/arm/sunxi/
sunxi_gpio.h 43 const char *functions[SUNXI_GPIO_MAXFUNC]; member in struct:sunxi_gpio_pins
sunxi_gpio.c 238 if (pin_def->functions[n] == NULL)
240 if (strcmp(pin_def->functions[n], func) == 0) {
480 if (pin_def->functions[pin_def->eint_func] == NULL ||
481 strcmp(pin_def->functions[pin_def->eint_func], "irq") != 0)
967 if (pin_def->functions[pin_def->eint_func] != NULL &&
968 strcmp(pin_def->functions[pin_def->eint_func], "irq") == 0) {
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_acpi.c 78 struct amdgpu_atif_functions functions; member in struct:amdgpu_atif
156 * amdgpu_atif_parse_functions - parse supported functions
158 * @f: supported functions struct
159 * @mask: supported functions mask from ATIF
161 * Use the supported functions mask from ATIF function
162 * ATIF_FUNCTION_VERIFY_INTERFACE to determine what functions
214 amdgpu_atif_parse_functions(&atif->functions, output.function_bits);
451 if (atif->functions.sbios_requests) {
553 * amdgpu_atcs_parse_functions - parse supported functions
555 * @f: supported functions struc
    [all...]
  /src/regress/lib/libc/ieeefp/testfloat/include/
testFunction.h 155 extern const functionT functions[ NUM_FUNCTIONS ];
  /src/sys/arch/dreamcast/dev/microcode/
Makefile 12 CFLAGS += -fomit-frame-pointer -funroll-loops -finline-functions
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_acpi.c 69 u32 function_bits; /* supported functions bit vector */
99 u32 function_bits; /* supported functions bit vector */
191 * radeon_atif_parse_functions - parse supported functions
193 * @f: supported functions struct
194 * @mask: supported functions mask from ATIF
196 * Use the supported functions mask from ATIF function
197 * ATIF_FUNCTION_VERIFY_INTERFACE to determine what functions
253 radeon_atif_parse_functions(&atif->functions, output.function_bits);
497 * radeon_atcs_parse_functions - parse supported functions
499 * @f: supported functions struc
    [all...]
  /src/usr.bin/make/unit-tests/
cond-func.mk 3 # Tests for those parts of the functions in .if conditions that are common
4 # among several functions.
7 # The other functions would work equally well, except for 'empty', which
8 # parses its argument differently from the other functions.
81 # they are typically omitted for the other functions as well.
hanoi-include.mk 25 # Since make has no built-in arithmetic functions, convert N to a list of
cond-cmp-numeric.mk 35 # evaluation functions EvalCompareNum and EvalCompareStr. Ensure that this
cond-op-parentheses.mk 16 # not implement any arithmetic functions in its condition parser. If
  /src/sys/arch/m68k/060sp/dist/
isp.doc 100 the ISP routines to reference external functions that must be provided
103 to a function required by the ISP (these functions and their location are
110 to access the functions within the ISP. Since the isp.sa hex file contains
197 _060_real_lock_page() and _060_real_unlock_page(). These functions are
203 the functions _060_real_cas() or _060_real_cas2(). When this new emulation
test.doc 86 routines to reference external printing functions that must be provided
89 to a function required by the test packages (these functions and their
fpsp.doc 92 the FPSP routines to reference external functions that must be provided
95 to a function required by the FPSP (these functions and their location are
102 to access the functions within the FPSP. Since the fpsp.sa hex file contains
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_trampoline_arm.S 15 @ for passing parameters to C/C++ functions.
76 @ for passing parameters to C/C++ functions.
  /src/common/dist/zlib/contrib/pascal/
zlibpas.pas 104 (* basic functions *)
113 (* advanced functions *)
143 (* utility functions *)
153 (* checksum functions *)
  /src/libexec/httpd/
lua-bozo.c 157 static struct luaL_Reg functions[] = { local in function:luaopen_httpd
166 luaL_newlib(L, functions);
168 luaL_register(L, LUA_HTTPDLIBNAME, functions);
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/
armada-3720-espressobin-ultra.dts 44 /* No assigned functions to the LEDs by default */
  /src/tools/make/
configure.ac 43 # regcomp() and regexec() are also names of functions in the old V8
  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_win.cc 15 // to functions. The hooks are dynamically installed by modifying the assembly
173 // FIXME: internal_str* and internal_mem* functions should be moved from the
844 // NTDLL should go last as it exports some functions that we should
894 RVAPtr<DWORD> functions(module, exports->AddressOfFunctions); local in function:__interception::InternalGetProcAddress
902 RVAPtr<char> func(module, functions[index]);
904 // Handle forwarded functions.
905 DWORD offset = functions[index];
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_malloc_mac.inc 65 // Library functions that need to modify the zone will set PROT_WRITE on it.
176 // TODO(glider): the __sanitizer_mz_* functions should be united with the Linux

Completed in 24 milliseconds

1 2 3