/device/google/contexthub/firmware/lib/builtins/ |
D | udivmoddi4.c | 36 if (n.s.high == 0) in __udivmoddi4() 38 if (d.s.high == 0) in __udivmoddi4() 59 if (d.s.high == 0) in __udivmoddi4() 66 *rem = n.s.high % d.s.low; in __udivmoddi4() 67 return n.s.high / d.s.low; in __udivmoddi4() 78 r.s.high = n.s.high % d.s.high; in __udivmoddi4() 82 return n.s.high / d.s.high; in __udivmoddi4() 88 if ((d.s.high & (d.s.high - 1)) == 0) /* if d is a power of 2 */ in __udivmoddi4() 93 r.s.high = n.s.high & (d.s.high - 1); in __udivmoddi4() 96 return n.s.high >> __builtin_ctz(d.s.high); in __udivmoddi4() [all …]
|
D | aeabi_llsr.c | 32 result.s.high = 0; in __aeabi_llsr() 33 result.s.low = input.s.high >> (b - bits_in_word); in __aeabi_llsr() 39 result.s.high = input.s.high >> b; in __aeabi_llsr() 40 result.s.low = (input.s.high << (bits_in_word - b)) | (input.s.low >> b); in __aeabi_llsr()
|
D | aeabi_f2ulz.c | 24 su_int high = da / 4294967296.f; /* da / 0x1p32f; */ in __aeabi_f2ulz() local 25 su_int low = da - (float)high * 4294967296.f; /* high * 0x1p32f; */ in __aeabi_f2ulz() 26 return ((du_int)high << 32) | low; in __aeabi_f2ulz()
|
D | aeabi_llsl.c | 33 result.s.high = input.s.low << (b - bits_in_word); in __aeabi_llsl() 40 result.s.high = (input.s.high << b) | (input.s.low >> (bits_in_word - b)); in __aeabi_llsl()
|
D | int_lib.h | 34 si_int high; member 44 su_int high; member
|
D | fp_extend_impl.inc | 1 //=-lib/fp_extend_impl.inc - low precision -> high precision conversion -*-- -//
|
/device/google/contexthub/firmware/lib/libm/ |
D | ef_rem_pio2.c | 148 __uint32_t high; local 151 GET_FLOAT_WORD(high,y[0]); 152 i = j-((high>>23)&0xff); 159 GET_FLOAT_WORD(high,y[0]); 160 i = j-((high>>23)&0xff);
|
/device/google/zumapro/conf/ |
D | init.zumapro.soc.rc | 74 mkdir /dev/cpuset/camera-daemon-high-group 75 write /dev/cpuset/camera-daemon-high-group/cpus 0-7 76 write /dev/cpuset/camera-daemon-high-group/mems 0 77 chown system system /dev/cpuset/camera-daemon-high-group/tasks 78 chmod 0664 /dev/cpuset/camera-daemon-high-group/tasks 86 mkdir /dev/cpuset/camera-daemon-mid-high-group 87 write /dev/cpuset/camera-daemon-mid-high-group/cpus 0-7 88 write /dev/cpuset/camera-daemon-mid-high-group/mems 0 89 chown system system /dev/cpuset/camera-daemon-mid-high-group/tasks 90 chmod 0664 /dev/cpuset/camera-daemon-mid-high-group/tasks
|
D | init.zuma.soc.rc | 63 mkdir /dev/cpuset/camera-daemon-high-group 64 write /dev/cpuset/camera-daemon-high-group/cpus 0-8 65 write /dev/cpuset/camera-daemon-high-group/mems 0 66 chown system system /dev/cpuset/camera-daemon-high-group/tasks 67 chmod 0664 /dev/cpuset/camera-daemon-high-group/tasks 75 mkdir /dev/cpuset/camera-daemon-mid-high-group 76 write /dev/cpuset/camera-daemon-mid-high-group/cpus 0-8 77 write /dev/cpuset/camera-daemon-mid-high-group/mems 0 78 chown system system /dev/cpuset/camera-daemon-mid-high-group/tasks 79 chmod 0664 /dev/cpuset/camera-daemon-mid-high-group/tasks
|
/device/google/gs101/conf/ |
D | init.gs101.rc | 119 # Apply network parameters for high data performance. 189 mkdir /dev/cpuset/camera-daemon-high-group 190 write /dev/cpuset/camera-daemon-high-group/cpus 0-7 191 write /dev/cpuset/camera-daemon-high-group/mems 0 192 chown system system /dev/cpuset/camera-daemon-high-group/tasks 193 chmod 0664 /dev/cpuset/camera-daemon-high-group/tasks 201 mkdir /dev/cpuset/camera-daemon-mid-high-group 202 write /dev/cpuset/camera-daemon-mid-high-group/cpus 0-7 203 write /dev/cpuset/camera-daemon-mid-high-group/mems 0 204 chown system system /dev/cpuset/camera-daemon-mid-high-group/tasks [all …]
|
/device/google/zuma/conf/ |
D | init.zuma.rc | 120 # Apply network parameters for high data performance. 192 mkdir /dev/cpuset/camera-daemon-high-group 193 write /dev/cpuset/camera-daemon-high-group/cpus 0-8 194 write /dev/cpuset/camera-daemon-high-group/mems 0 195 chown system system /dev/cpuset/camera-daemon-high-group/tasks 196 chmod 0664 /dev/cpuset/camera-daemon-high-group/tasks 204 mkdir /dev/cpuset/camera-daemon-mid-high-group 205 write /dev/cpuset/camera-daemon-mid-high-group/cpus 0-8 206 write /dev/cpuset/camera-daemon-mid-high-group/mems 0 207 chown system system /dev/cpuset/camera-daemon-mid-high-group/tasks [all …]
|
/device/google/gs201/conf/ |
D | init.gs201.rc | 123 # Apply network parameters for high data performance. 193 mkdir /dev/cpuset/camera-daemon-high-group 194 write /dev/cpuset/camera-daemon-high-group/cpus 0-7 195 write /dev/cpuset/camera-daemon-high-group/mems 0 196 chown system system /dev/cpuset/camera-daemon-high-group/tasks 197 chmod 0664 /dev/cpuset/camera-daemon-high-group/tasks 205 mkdir /dev/cpuset/camera-daemon-mid-high-group 206 write /dev/cpuset/camera-daemon-mid-high-group/cpus 0-7 207 write /dev/cpuset/camera-daemon-mid-high-group/mems 0 208 chown system system /dev/cpuset/camera-daemon-mid-high-group/tasks [all …]
|
/device/google/gs-common/performance/ |
D | init.pixel-mm-gs.rc | 16 # adjust PCP high level
|
/device/google/contexthub/firmware/os/drivers/st_acc44/ |
D | README | 2 The driver uses the device in high-resolution mode with FS=8g.
|
/device/linaro/hikey/ |
D | init.common.rc | 86 on property:usb_speed.switch=high
|
/device/google/akita/location/gnssd/release/ |
D | gps.cfg | 185 # force engine to engage high accuracy if entire response time used; default 0
|
/device/google/caimito/location/ripcurrent24/userdebug/ |
D | gps.cfg | 217 # force engine to engage high accuracy if entire response time used; default 0
|
/device/google/comet/location/userdebug/ |
D | gps.cfg | 221 # force engine to engage high accuracy if entire response time used; default 0
|
/device/google/caimito/location/tokay/userdebug/ |
D | gps.cfg | 221 # force engine to engage high accuracy if entire response time used; default 0
|
/device/google/caimito/location/komodo/userdebug/ |
D | gps.cfg | 221 # force engine to engage high accuracy if entire response time used; default 0
|
/device/google/caimito/location/caiman/userdebug/ |
D | gps.cfg | 221 # force engine to engage high accuracy if entire response time used; default 0
|
/device/google/caimito/location/ripcurrentpro/userdebug/ |
D | gps.cfg | 217 # force engine to engage high accuracy if entire response time used; default 0
|
/device/google/contexthub/firmware/ |
D | CodingStandard.txt | 5 …0. Code will not be wrapped to 80 characters. We all have 24+ inch high-res displays. Let's use th…
|
/device/google/cuttlefish/tools/gigabyte-ampere-cuttlefish-installer/ |
D | README.md | 91 You can also document commands to lint the code or run tests. These steps help to ensure high code …
|
/device/linaro/poplar/wifi/wifi_hal/ |
D | gscan.cpp | 1051 result = request.put_u8(GSCAN_ATTRIBUTE_RSSI_HIGH, mParams.ap[i].high); in createSetupRequest() 1474 result = request.put_u8(GSCAN_ATTRIBUTE_RSSI_HIGH, mParams.ap[i].high); in createSetupRequest()
|