OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stage1
(Results
1 - 11
of
11
) sorted by null
/external/grub/
Android.mk
24
# First, build
stage1
27
stage1
/
stage1
.S
35
LOCAL_C_INCLUDES := $(LOCAL_PATH)/
stage1
97
$(LOCAL_PATH)/
stage1
\
132
$(LOCAL_PATH)/
stage1
\
180
## Generate a full
stage1
+stage2 bin that we can just drop @ offset 0 on disk
/external/grub/util/
grub-image
42
stage1dir="$thisdir/../
stage1
"
65
cp -p $stage1dir/
stage1
$stage2dir/*_stage1_5 $stage2dir/stage2 \
134
install /boot/grub/
stage1
(fd0) /boot/grub/stage2
grub-image.in
42
stage1dir="$thisdir/../
stage1
"
65
cp -p $stage1dir/
stage1
$stage2dir/*_stage1_5 $stage2dir/stage2 \
134
install /boot/grub/
stage1
(fd0) /boot/grub/stage2
grub-install.in
306
if test -f "$pkglibdir/
stage1
"; then
309
echo "${pkglibdir}/
stage1
: Not found." 1>&2
410
for file in ${grubdir}/
stage1
${grubdir}/stage2 ${grubdir}/*stage1_5; do
414
${pkglibdir}/
stage1
${pkglibdir}/stage2 ${pkglibdir}/*stage1_5; do
425
for file in ${grubdir}/
stage1
${grubdir}/stage2 ${grubdir}/*stage1_5; do
grub-install
306
if test -f "$pkglibdir/
stage1
"; then
309
echo "${pkglibdir}/
stage1
: Not found." 1>&2
410
for file in ${grubdir}/
stage1
${grubdir}/stage2 ${grubdir}/*stage1_5; do
414
${pkglibdir}/
stage1
${pkglibdir}/stage2 ${pkglibdir}/*stage1_5; do
425
for file in ${grubdir}/
stage1
${grubdir}/stage2 ${grubdir}/*stage1_5; do
/external/icu4c/tools/makeconv/
genmbcs.c
44
uint16_t
stage1
[MBCS_STAGE_1_SIZE];
member in struct:MBCSData
273
mbcsData->
stage1
[i]=sum;
287
mbcsData->stage2Single[mbcsData->
stage1
[0]+i]=sum;
293
mbcsData->stage2[mbcsData->
stage1
[0]+i]=sum;
589
if(mbcsData->
stage1
[idx]==MBCS_STAGE_2_ALL_UNASSIGNED_INDEX) {
609
mbcsData->
stage1
[idx]=(uint16_t)newBlock;
614
idx=mbcsData->
stage1
[idx]+nextOffset;
719
if(mbcsData->
stage1
[idx]==MBCS_STAGE_2_ALL_UNASSIGNED_INDEX) {
742
mbcsData->
stage1
[i++]=(uint16_t)newBlock;
749
idx=mbcsData->
stage1
[idx]+nextOffset
[
all
...]
gencnvex.c
58
uint16_t
stage1
[MBCS_STAGE_1_SIZE];
member in struct:CnvExtData
231
udata_writeBlock(pData, extData->
stage1
, extData->stage1Top*2);
244
if(extData->
stage1
[i]!=length) {
245
printf("
stage1
[%04x]=%04x\n", i, extData->
stage1
[i]);
839
if(extData->
stage1
[i1]==0) {
847
extData->
stage1
[i1]=(uint16_t)newBlock;
855
i2=extData->
stage1
[i1]+nextOffset;
1009
uint16_t *
stage1
;
local
[
all
...]
/external/grub/stage1/
stage1.S
21
#include <
stage1
.h>
38
.file "
stage1
.S"
/external/grub/stage2/
builtins.c
3844
char
stage1
[64];
local
[
all
...]
shared.h
194
#include <
stage1
.h>
695
/* Enter the
stage1
.5/stage2 C code after the stack is set up. */
/external/icu4c/common/
ucnvmbcs.c
1341
uint16_t *
stage1
;
local
[
all
...]
Completed in 2394 milliseconds