OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:b_c
(Results
1 - 3
of
3
) sorted by relevancy
/src/tests/lib/libpthread/
t_cnd.c
60
static cnd_t
b_c
;
variable in typeref:typename:cnd_t
72
ATF_REQUIRE_EQ(cnd_wait(&
b_c
, &b_m), thrd_success);
77
ATF_REQUIRE_EQ(cnd_signal(&
b_c
), thrd_success);
93
ATF_REQUIRE_EQ(cnd_init(&
b_c
), thrd_success);
104
ATF_REQUIRE_EQ(cnd_signal(&
b_c
), thrd_success);
106
ATF_REQUIRE_EQ(cnd_broadcast(&
b_c
), thrd_success);
114
cnd_destroy(&
b_c
);
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_r600_dpm.c
210
u32
b_c
= 0;
local in function:r600_calculate_u_and_p
218
b_c
++;
222
*u = (
b_c
+ 1) / 2;
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_si_dpm.c
3347
u32
b_c
= 0;
local in function:r600_calculate_u_and_p
3355
b_c
++;
3359
*u = (
b_c
+ 1) / 2;
Completed in 53 milliseconds
Indexes created Mon Sep 22 05:09:51 GMT 2025