Home
last modified time | relevance | path

Searched refs:ii (Results 1 – 25 of 106) sorted by relevance

12345

/device/linaro/bootloader/arm-trusted-firmware/lib/pmf/
Dpmf_main.c58 int rc, ii, jj = 0; in pmf_setup() local
70 for (ii = 0; ii < pmf_svc_descs_num; ii++) { in pmf_setup()
72 assert(pmf_svc_descs[ii].get_ts); in pmf_setup()
78 if (pmf_svc_descs[ii].init) { in pmf_setup()
79 rc = pmf_svc_descs[ii].init(); in pmf_setup()
83 pmf_svc_descs[ii].name); in pmf_setup()
89 pmf_svc_descs_indices[jj++] = ii; in pmf_setup()
98 for (ii = 1; ii < pmf_num_services; ii++) { in pmf_setup()
99 for (jj = 0; jj < (pmf_num_services - ii); jj++) { in pmf_setup()
/device/google/contexthub/firmware/os/algos/
Dtime_sync.c117 size_t ii = i; in time_sync_estimate_time1() local
119 mean_y += floatFromUint64(sync->time1[ii] - time1_base) * invN; in time_sync_estimate_time1()
120 mean_x += floatFromUint64(sync->time2[ii] - time2_base) * invN; in time_sync_estimate_time1()
122 if (++ii == NUM_TIME_SYNC_DATAPOINTS) { in time_sync_estimate_time1()
123 ii = 0; in time_sync_estimate_time1()
132 ii = i; in time_sync_estimate_time1()
134 float y = floatFromUint64(sync->time1[ii] - time1_base) - mean_y; in time_sync_estimate_time1()
135 float x = floatFromUint64(sync->time2[ii] - time2_base) - mean_x; in time_sync_estimate_time1()
140 if (++ii == NUM_TIME_SYNC_DATAPOINTS) { in time_sync_estimate_time1()
141 ii = 0; in time_sync_estimate_time1()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_pow.py23 ii = type(i)
26 pow(ii, jj)
Dtest_uuid.py260 for ii in [[], [('int', i)]]:
262 args = dict(hh + bb + bble + ii + ff)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dstropmodule.c1030 register Py_ssize_t ii; in mymemfind() local
1035 for (ii = 0; ii <= len; ii++) { in mymemfind()
1036 if (mem[ii] == pat[0] && in mymemfind()
1038 memcmp(&mem[ii+1], &pat[1], pat_len-1) == 0)) { in mymemfind()
1039 return ii; in mymemfind()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dstropmodule.c1028 register Py_ssize_t ii; in mymemfind() local
1033 for (ii = 0; ii <= len; ii++) { in mymemfind()
1034 if (mem[ii] == pat[0] && in mymemfind()
1036 memcmp(&mem[ii+1], &pat[1], pat_len-1) == 0)) { in mymemfind()
1037 return ii; in mymemfind()
/device/google/crosshatch/json-c/
Djson_object.c816 int ii; in json_object_array_to_json_string() local
820 for(ii=0; ii < json_object_array_length(jso); ii++) in json_object_array_to_json_string()
833 val = json_object_array_get_idx(jso, ii); in json_object_array_to_json_string()
Djson_tokener.c871 int ii; in json_tokener_parse_ex() local
874 for(ii = tok->depth; ii >= 0; ii--) in json_tokener_parse_ex()
875 json_tokener_reset_level(tok, ii); in json_tokener_parse_ex()
/device/google/sunfish/json-c/
Djson_tokener.c871 int ii; in json_tokener_parse_ex() local
874 for(ii = tok->depth; ii >= 0; ii--) in json_tokener_parse_ex()
875 json_tokener_reset_level(tok, ii); in json_tokener_parse_ex()
Djson_object.c816 int ii; in json_object_array_to_json_string() local
820 for(ii=0; ii < json_object_array_length(jso); ii++) in json_object_array_to_json_string()
833 val = json_object_array_get_idx(jso, ii); in json_object_array_to_json_string()
/device/google/coral/json-c/
Djson_object.c816 int ii; in json_object_array_to_json_string() local
820 for(ii=0; ii < json_object_array_length(jso); ii++) in json_object_array_to_json_string()
833 val = json_object_array_get_idx(jso, ii); in json_object_array_to_json_string()
Djson_tokener.c871 int ii; in json_tokener_parse_ex() local
874 for(ii = tok->depth; ii >= 0; ii--) in json_tokener_parse_ex()
875 json_tokener_reset_level(tok, ii); in json_tokener_parse_ex()
/device/google/bonito/json-c/
Djson_object.c816 int ii; in json_object_array_to_json_string() local
820 for(ii=0; ii < json_object_array_length(jso); ii++) in json_object_array_to_json_string()
833 val = json_object_array_get_idx(jso, ii); in json_object_array_to_json_string()
Djson_tokener.c871 int ii; in json_tokener_parse_ex() local
874 for(ii = tok->depth; ii >= 0; ii--) in json_tokener_parse_ex()
875 json_tokener_reset_level(tok, ii); in json_tokener_parse_ex()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dgettext.py278 ii = '<II'
281 ii = '>II'
287 mlen, moff = unpack(ii, buf[masteridx:masteridx+8])
289 tlen, toff = unpack(ii, buf[transidx:transidx+8])
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dgettext.py276 ii = '<II'
279 ii = '>II'
285 mlen, moff = unpack(ii, buf[masteridx:masteridx+8])
287 tlen, toff = unpack(ii, buf[transidx:transidx+8])
Dpdb.py253 ii = 1
255 line = line.replace("%" + str(ii),
257 ii = ii + 1
/device/amlogic/yukawa/gpu/
DEND_USER_LICENCE_AGREEMENT.txt38 (ii) subject to Clause 1.2, distribute the whole of the Software;
43 Software pursuant to the licences granted in Clause 1.1(ii), you
45 trademarks to market Applications; (ii) to retain any and all
155 otherwise in: (i) a written contract signed by you and ARM; or (ii) a
191 sanctions under the Export Regulations; or (ii) for any prohibited end
/device/linaro/hikey/mali/bifrost/
DEND_USER_LICENCE_AGREEMENT.txt38 (ii) subject to Clause 1.2, distribute the whole of the Software;
43 Software pursuant to the licences granted in Clause 1.1(ii), you
45 trademarks to market Applications; (ii) to retain any and all
155 otherwise in: (i) a written contract signed by you and ARM; or (ii) a
191 sanctions under the Export Regulations; or (ii) for any prohibited end
/device/linaro/hikey/mali/utgard/
DEND_USER_LICENCE_AGREEMENT.txt38 (ii) subject to Clause 1.2, distribute the whole of the Software;
43 Software pursuant to the licences granted in Clause 1.1(ii), you
45 trademarks to market Applications; (ii) to retain any and all
155 otherwise in: (i) a written contract signed by you and ARM; or (ii) a
191 sanctions under the Export Regulations; or (ii) for any prohibited end
/device/linaro/dragonboard/db845c/firmware/
DNOTICE22 the Materials; and (ii) to reproduce and redistribute the binary code portions
29 code format:; (ii) the Redistributable Binary Code may only operate in
115 (ii) A separate license agreement from QUALCOMM Incorporated is needed to use
156 from or related to: (i) any breach of this Agreement by You; and (ii) your acts,
DLICENSE.qcom.txt22 the Materials; and (ii) to reproduce and redistribute the binary code portions
29 code format:; (ii) the Redistributable Binary Code may only operate in
115 (ii) A separate license agreement from QUALCOMM Incorporated is needed to use
156 from or related to: (i) any breach of this Agreement by You; and (ii) your acts,
/device/linaro/dragonboard/db845c/firmware/qcom/venus-5.2/
DNOTICE22 the Materials; and (ii) to reproduce and redistribute the binary code portions
29 code format:; (ii) the Redistributable Binary Code may only operate in
115 (ii) A separate license agreement from QUALCOMM Incorporated is needed to use
156 from or related to: (i) any breach of this Agreement by You; and (ii) your acts,
/device/linaro/dragonboard/installer/db845c/dragonboard-845c-bootloader-ufs-aosp/
DLICENSE22 the Materials; and (ii) to reproduce and redistribute the binary code portions
29 code format:; (ii) the Redistributable Binary Code may only operate in
115 (ii) A separate license agreement from QUALCOMM Incorporated is needed to use
156 from or related to: (i) any breach of this Agreement by You; and (ii) your acts,
/device/google/taimen/self-extractors/google_devices/
DLICENSE76 create any derivative works based thereon; (ii) rent, lease,
140 election of directors (or other managing authority), or (ii) any
160 (ii) the download, distribution, installation, storage, execution,

12345