OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:numzones
(Results
1 - 7
of
7
) sorted by null
/external/valgrind/memcheck/tests/solaris/
scalar_zone_defunct.c
17
uint_t
numzones
= x0 + 1;
local
20
SY(SYS_zone, x0 + ZONE_LIST_DEFUNCT, x0 + 1, &
numzones
); SUCC;
scalar_zone_defunct.stderr.exp
10
Syscall param zone_list_defunct(
numzones
) contains uninitialised byte(s)
13
Syscall param zone(
numzones
) points to unaddressable byte(s)
scalar.c
1383
uint_t
numzones
= x0 + 1;
local
[
all
...]
scalar.stderr.exp
[
all
...]
/packages/services/Car/libvehiclenetwork/native/
VehicleNetworkProtoUtil.cpp
318
int
numZones
= VehicleNetworkUtil::countNumberOfZones(in.vehicle_zone_flags);
322
for (int i = 0; i <
numZones
; i++) {
333
for (int i = 0; i <
numZones
; i++) {
359
int
numZones
= VehicleNetworkUtil::countNumberOfZones(in.vehicle_zone_flags);
363
for (int i = 0; i <
numZones
; i++) {
374
for (int i = 0; i <
numZones
; i++) {
439
int
numZones
= VehicleNetworkUtil::countNumberOfZones(out.vehicle_zone_flags);
457
} else if (
numZones
> 1){
458
if (
numZones
!= maxSize) {
460
numZones
);
[
all
...]
/packages/services/Car/car-lib/src/android/car/
VehicleZoneUtil.java
56
int
numZones
= 0;
59
numZones
++;
61
return
numZones
;
/external/valgrind/coregrind/m_syswrap/
syswrap-solaris.c
[
all
...]
Completed in 321 milliseconds