Home
last modified time | relevance | path

Searched refs:frg (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/test/
Dopenglsupport.cpp72 GLint createShader(const char* vtx, const char* frg) in createShader() argument
87 glShaderSource(frg_id, 1, &frg, 0); in createShader()
224 const char* frg = "" in test_openglsupport() local
236 GLint prg_id = createShader(vtx,frg); in test_openglsupport()
255 const char* frg = "#version 120\n" in test_openglsupport() local
264 GLint prg_id = createShader(vtx,frg); in test_openglsupport()
287 const char* frg = "#version 150\n" in test_openglsupport() local
294 GLint prg_id = createShader(vtx,frg); in test_openglsupport()
312 const char* frg = "#version 150\n" in test_openglsupport() local
319 GLint prg_id = createShader(vtx,frg); in test_openglsupport()
/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c1486 int frg, size; in unlock_fragments() local
1500 frg = write_buffer->block; in unlock_fragments()
1501 size = SQUASHFS_COMPRESSED_SIZE_BLOCK(fragment_table[frg].size); in unlock_fragments()
1502 fragment_table[frg].start_block = bytes; in unlock_fragments()
1508 "\n", frg, size); in unlock_fragments()
1781 struct fragment *frg; in add_file() local
1804 frg = malloc(sizeof(struct fragment)); in add_file()
1805 if(frg == NULL) in add_file()
1808 frg->index = fragment; in add_file()
1809 frg->offset = offset; in add_file()
[all …]
/external/icu/icu4c/source/tools/tzcode/
Dtz2icu.cpp1590 ifstream frg(ICU_REGIONS); in main() local
1591 if (frg) { in main()
1593 while (getline(frg, line)) { in main()